Sha256: 4d101666024f37f39a7d858e5176eb18ac590ad8a1d15d01a23816cd108fe4f0
Contents?: true
Size: 229 Bytes
Versions: 14
Compression:
Stored size: 229 Bytes
Contents
Given /^an executable file named "(.*)" with:$/ do |file_path, content| steps %Q{ Given a file named "#{file_path}" with: """ #{content} """ } File.chmod(0755, File.join([current_dir, file_path])) end
Version data entries
14 entries across 14 versions & 1 rubygems