Thibault Jouan
7c6ac4c9d8
Implement `` condition keyword (shell cmd status)
2014-03-08 19:43:41 +00:00
Thibault Jouan
eeab386216
Implement `has_executable' condition keyword
2014-03-05 07:19:15 +00:00
Thibault Jouan
a0482d175c
Implement `file_contains' condition keyword
2014-01-23 16:37:19 +00:00
Thibault Jouan
0b4df20f55
Implement `has_dir' condition keyword
2014-01-21 15:02:07 +00:00
Thibault Jouan
35621e1f5f
Implement condition DSL negated test prefix (no_*)
...
* Allow no_* to be used for every tests in condition DSL:
condition { no_has_env :shell, '/bin/sh' };
* Modify Test constructor to accept negated: named argument, implement
#negated? and #pass?;
* Rename #success? to #verify in all test classes.
2013-12-19 20:22:44 +00:00
Thibault Jouan
2cbe1726f7
Implement `has_file' condition keyword
2013-09-26 00:28:40 +00:00
Thibault Jouan
85109afd46
Fix missing Then keywords in cucumber features
2013-09-07 21:40:25 +00:00
Thibault Jouan
33a2b9de5a
Refactor producer invocation in cucumber features:
...
Use "When I successfully execute" instead of "When I execute", and
assert that exit status code was successful in this new step.
2013-09-06 20:10:28 +00:00
Thibault Jouan
04afc82a29
Implement `has_env' condition keyword
2013-08-20 03:03:17 +00:00