Sha256: 1169aff335c903741b90be36995e6c2d13f4c109392afd398e00d644a9a3909e

Contents?: true

Size: 210 Bytes

Versions: 3

Compression:

Stored size: 210 Bytes

Contents

When /^I successfully run `([^`]*)` with "([^"]*)" in the library path$/ do |command,dir|
  ENV["RUBYOPT"] = "-I" + File.join(Dir.pwd,ARUBA_DIR,'tmp','newgem',dir)
  step %(I successfully run `#{command}`)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
methadone-0.5.1 features/step_definitions/version_steps.rb
methadone-0.4.1 features/step_definitions/version_steps.rb
methadone-0.4.0 features/step_definitions/version_steps.rb