Sha256: 7d75364019606b39b93fa532e369b62a690a1073891548472d1436cead15c152

Contents?: true

Size: 317 Bytes

Versions: 2

Compression:

Stored size: 317 Bytes

Contents

When /^I run rspec/ do
  run_simple 'rspec'
end

When /^I run cucumber/ do
  # The test application's Bundler sees an empty BUNDLE_GEMFILE variable and
  # infers the wrong Gemfile location. Fixed by removing the var altogether.
  delete_environment_variable 'BUNDLE_GEMFILE'

  run_simple 'bundle exec cucumber'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
katapult-0.2.0 features/step_definitions/test_steps.rb
katapult-0.1.2 features/step_definitions/test_steps.rb