Implement `has_env' condition keyword

This commit is contained in:
Thibault Jouan
2013-08-20 03:03:17 +00:00
parent b0ea7d876e
commit 04afc82a29
6 changed files with 93 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@ module Producer
end
end
define_test :has_env, Tests::HasEnv
attr_accessor :tests
def initialize(env, &block)