Method: Wukong::SpecHelpers::IntegrationTestRunner#initialize
- Defined in:
- lib/wukong/spec_helpers/integration_tests/integration_test_runner.rb
#initialize(args, options) ⇒ IntegrationTestRunner
Initialize a new IntegrationTestRunner to run a given command.
48 49 50 51 52 53 |
# File 'lib/wukong/spec_helpers/integration_tests/integration_test_runner.rb', line 48 def initialize args, @args = args @env = [:env] @cwd = [:cwd] @inputs = [] end |