Sha256: e5bcf00fbad3bf5ebfb0e18c9db04c74f6303899fa9a284c8d108d6634426c98

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 Bytes

Contents

When /^I bootstrap the application for saucy$/ do
  run_simple "rails generate saucy:install"
  run_simple "rails generate saucy:features"
  run_simple "bundle exec rake db:migrate db:test:prepare"
end

When /^I copy the locked Gemfile from this project$/ do
  in_current_dir do
    FileUtils.cp(File.join(PROJECT_ROOT, 'Gemfile.lock'), 'Gemfile.lock')
  end
end


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
saucy-0.16.1 features/step_definitions/saucy_steps.rb
saucy-0.16.0 features/step_definitions/saucy_steps.rb