Sha256: 66022febca5dce994933e47515ea07e2405be7f5fed03ee710f8dbb09841c1b8

Contents?: true

Size: 461 Bytes

Versions: 13

Compression:

Stored size: 461 Bytes

Contents

Given /^I am in the "([^\"]*)" project folder$/ do |project|
  project_folder = File.expand_path(File.join(@fixtures_path, "projects", project))
  in_tmp_folder do
    FileUtils.cp_r(project_folder, project)
    setup_active_project_folder(project)
  end
end

Given /^I already have cookbooks installed$/ do
  cookbooks_folder = File.expand_path(File.join(@fixtures_path, "cookbooks"))
  in_project_folder do
    FileUtils.cp_r(cookbooks_folder, ".")
  end
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
engineyard-recipes-0.0.3 features/step_definitions/fixture_project_steps.rb
engineyard-recipes-0.0.2 features/step_definitions/fixture_project_steps.rb
engineyard-recipes-0.0.1 features/step_definitions/fixture_project_steps.rb
engineyard-jenkins-0.5.1 features/step_definitions/fixture_project_steps.rb
engineyard-jenkins-0.5.0 features/step_definitions/fixture_project_steps.rb
engineyard-jenkins-0.4.0 features/step_definitions/fixture_project_steps.rb
engineyard-hudson-0.3.2 features/step_definitions/fixture_project_steps.rb
engineyard-hudson-0.3.1 features/step_definitions/fixture_project_steps.rb
engineyard-hudson-0.3.0 features/step_definitions/fixture_project_steps.rb
engineyard-hudson-0.2.2 features/step_definitions/fixture_project_steps.rb
engineyard-hudson-0.2.1 features/step_definitions/fixture_project_steps.rb
engineyard-hudson-0.2.0 features/step_definitions/fixture_project_steps.rb
engineyard-hudson-0.1.0 features/step_definitions/fixture_project_steps.rb