Sha256: 21987019804975308800245dc23c5a19bfa5c17ad3f4ff3e19dca2e52aa419e4

Contents?: true

Size: 215 Bytes

Versions: 73

Compression:

Stored size: 215 Bytes

Contents

When /^I bootstrap the application for saucy$/ do
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

73 entries across 73 versions & 2 rubygems

Version Path
saucy-0.4.6 features/step_definitions/saucy_steps.rb
saucy-0.4.5 features/step_definitions/saucy_steps.rb
saucy-0.4.4 features/step_definitions/saucy_steps.rb
saucy-0.4.3 features/step_definitions/saucy_steps.rb
saucy-0.4.2 features/step_definitions/saucy_steps.rb
saucy-0.4.1 features/step_definitions/saucy_steps.rb
saucy-0.3.4.1 features/step_definitions/saucy_steps.rb
saucy-0.4.0 features/step_definitions/saucy_steps.rb
saucy-0.3.4 features/step_definitions/saucy_steps.rb
saucy-0.3.3 features/step_definitions/saucy_steps.rb
saucy-0.3.2 features/step_definitions/saucy_steps.rb
saucy-0.3.1 features/step_definitions/saucy_steps.rb
saucy-0.3.0 features/step_definitions/saucy_steps.rb