Sha256: 6543fad1fba553609604597ff0c8db9c6230e56726055cc3a53b815e9d8dd4c0
Contents?: true
Size: 237 Bytes
Versions: 20
Compression:
Stored size: 237 Bytes
Contents
When /^I successfully run `([^`]*)` with "([^"]*)" in the library path$/ do |command,dir| ENV["RUBYOPT"] = (ENV["RUBYOPT"] || '') + " -I" + File.join(Dir.pwd,ARUBA_DIR,'tmp',@app_name,dir) step %(I successfully run `#{command}`) end
Version data entries
20 entries across 20 versions & 2 rubygems