Sha256: d4a7c3c842971b4d96d7e87699f1185918ae7695d92ab873bddc0093aa770192

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

Given /^I symlink this repo to "([^\"]*)"$/ do |target|
  source = File.expand_path('../../..', __FILE__)
  in_current_dir do
    target = File.expand_path(target)
    FileUtils.ln_s(source, target)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-rails-0.3.0 features/step_definitions/cucumber_rails_steps.rb