Sha256: f69a2a217ab78ac7963bd41bb3d6979c02c1fb5bebef445d41480ba7bba278ba

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

Given /^a bundle path set for my system$/ do
  bundle_path = File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "tmp", "aruba", "bundle"))
  Given 'a file named ".vimmer/config" with:', "bundle_path: #{bundle_path}"
end

Given /^no directory named "([^"]*)"$/ do |directory|
  in_current_dir do
    FileUtils.rm_rf(directory)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vimmer-0.2.0 features/step_definitions/environment_context_steps.rb
vimmer-0.1.0 features/step_definitions/environment_context_steps.rb