13 Commits

Author SHA1 Message Date
Thibault Jouan
65643e065e Fix fixtures path in rspec fixtures helpers 2013-07-28 18:36:04 +00:00
Thibault Jouan
8e4f670fbf Introduce Recipe::DSL to eval recipe DSL code 2013-07-28 18:08:16 +00:00
Thibault Jouan
e5d5fc0a41 Refactor recipe spec 2013-07-28 16:11:12 +00:00
Thibault Jouan
7b4b2872fc Replace autoload with explicit require calls 2013-07-28 16:07:58 +00:00
Thibault Jouan
0921be9ab0 Implement recipe evaluation feature 2013-07-27 18:20:45 +00:00
Thibault Jouan
f0d90c96e9 Add rspec fixtures helpers 2013-07-27 18:20:44 +00:00
Thibault Jouan
a6cfd4d7cb Implement CLI usage feature 2013-07-27 13:04:30 +00:00
Thibault Jouan
46f992fdb2 Add Guardfile 2013-07-27 13:04:23 +00:00
Thibault Jouan
c01389fa43 Add custom Gemfile evaling 2013-07-27 13:04:23 +00:00
Thibault Jouan
929e82cd55 Add monkey patch to fix cucumber docstrings:
Cucumber chomp the last \n from multiline strings (docstrings), this
monkey patch modify Cucumber::Ast::DocString constructor to add the
missing ending new line character and
Cucumber::Formatter::Pretty#doc_string to remove it from the output.
2013-07-27 13:04:23 +00:00
Thibault Jouan
9a726dc389 Add monkey patch to hack aruba steps (must, should) 2013-07-27 13:04:23 +00:00
Thibault Jouan
b380e02e30 Add test dependencies 2013-07-27 13:04:16 +00:00
Thibault Jouan
c31bcf71ad Initial commit 2013-07-26 15:52:49 +00:00