Sha256: 0c960e2312d8e9e6349daa44401c2fa9e0e443fc3d5c3b159627eaa3ee885354

Contents?: true

Size: 273 Bytes

Versions: 14

Compression:

Stored size: 273 Bytes

Contents

Given /^I am in the "([^\"]*)" project folder$/ do |project|
  project_folder = File.expand_path(File.dirname(__FILE__) + "/../fixtures/projects/#{project}")
  in_tmp_folder do
    FileUtils.cp_r(project_folder, project)
    setup_active_project_folder(project)
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hudson-0.3.0.beta.10 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.9 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.8 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.7 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.6 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.5 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.4 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.3 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.2 features/step_definitions/fixture_project_steps.rb
hudson-0.3.0.beta.1 features/step_definitions/fixture_project_steps.rb
hudson-0.2.7 features/step_definitions/fixture_project_steps.rb
hudson-0.2.6 features/step_definitions/fixture_project_steps.rb
hudson-0.2.5.pre3 features/step_definitions/fixture_project_steps.rb
hudson-0.2.5.pre2 features/step_definitions/fixture_project_steps.rb