Sha256: fdf4407df4f179dd79cc949196ea1b62bc25ef3d7f62fa6747c58c3f58818dc7

Contents?: true

Size: 209 Bytes

Versions: 42

Compression:

Stored size: 209 Bytes

Contents

Given /^I'm using a clean home directory$/ do
  create_fake_home 'homedir'
end

Given /^a directory named "([^"]*)" inside the home directory$/ do |subdir|
  FileUtils.mkdir_p File.join(Dir.home, subdir)
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
fwtoolkit-2.6.4 features/step_definitions/system_steps.rb
fwtoolkit-2.6.3 features/step_definitions/system_steps.rb
fwtoolkit-2.6.2 features/step_definitions/system_steps.rb
fwtoolkit-2.6.1 features/step_definitions/system_steps.rb
fwtoolkit-2.6.0 features/step_definitions/system_steps.rb
fwtoolkit-2.5.0 features/step_definitions/system_steps.rb
fwtoolkit-2.4.0 features/step_definitions/system_steps.rb
fwtoolkit-2.3.6 features/step_definitions/system_steps.rb
fwtoolkit-2.3.5 features/step_definitions/system_steps.rb
fwtoolkit-2.3.4 features/step_definitions/system_steps.rb
fwtoolkit-2.3.3 features/step_definitions/system_steps.rb
fwtoolkit-2.3.2 features/step_definitions/system_steps.rb
fwtoolkit-2.3.1 features/step_definitions/system_steps.rb
fwtoolkit-2.3.0 features/step_definitions/system_steps.rb
fwtoolkit-2.2.4 features/step_definitions/system_steps.rb
fwtoolkit-2.2.3 features/step_definitions/system_steps.rb
fwtoolkit-2.2.2 features/step_definitions/system_steps.rb
fwtoolkit-2.2.1 features/step_definitions/system_steps.rb
fwtoolkit-2.2.0 features/step_definitions/system_steps.rb
fwtoolkit-2.1.10 features/step_definitions/system_steps.rb