Add Condition::DSL#{block,env} attribute readers

This commit is contained in:
Thibault Jouan
2014-01-19 16:50:42 +00:00
parent db6f22ac97
commit f27ab6f074
2 changed files with 5 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ module Producer
define_test :has_env, Tests::HasEnv
define_test :has_file, Tests::HasFile
attr_reader :tests
attr_reader :block, :env, :tests
def initialize(env, &block)
@env = env