Sha256: 030e79c2f28883844c936d1fcb401d4b46a493683c46a35841cd0714f5206248
Contents?: true
Size: 141 Bytes
Versions: 31
Compression:
Stored size: 141 Bytes
Contents
When /^I run "([^"]*)" in the "([^"]*)" directory$/ do |command, dir| @output = %x{bash -c 'opwd=$PWD; cd #{dir} && $opwd/#{command}'} end
Version data entries
31 entries across 31 versions & 1 rubygems