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
2013-07-27 13:04:30 +00:00
2013-07-27 13:04:23 +00:00
2013-07-27 13:04:23 +00:00
2013-08-08 02:00:15 +00:00
Description
No description provided
563 KiB
Languages
Ruby 78.4%
Gherkin 21.6%