Sha256: a2f083d348e3bfc276c0a99b0c1d1d59a16e17d77ba58fc3982660398c2b7971
Contents?: true
Size: 276 Bytes
Versions: 6
Compression:
Stored size: 276 Bytes
Contents
Given /^I append the current working dir to my path$/ do ENV['PATH'] = [ENV['PATH'], '.'].join(File::PATH_SEPARATOR) end Then /^the (stdout|stderr) should be empty$/ do |stdout_stderr| steps %Q{ Then the #{stdout_stderr} should contain exactly: """ """ } end
Version data entries
6 entries across 6 versions & 1 rubygems