Implement `has_env' condition keyword

This commit is contained in:
Thibault Jouan
2013-08-18 20:06:36 +00:00
parent b0ea7d876e
commit 04afc82a29
6 changed files with 93 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ require 'producer/core/actions/shell_command'
# condition tests (need to be defined before the condition DSL)
require 'producer/core/test'
require 'producer/core/tests/has_env'
require 'producer/core/cli'
require 'producer/core/condition'