Sha256: 04b9f320b7266ba72102aebc60c4062af354d4dd028523f5f84ff5537f6fc34e
Contents?: true
Size: 236 Bytes
Versions: 11
Compression:
Stored size: 236 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','newgem',dir) step %(I successfully run `#{command}`) end
Version data entries
11 entries across 11 versions & 1 rubygems