Sha256: d9a6aa2470d90003bc08bc793a60d12b4869484bf96243a0200dd41eb79c84d8
Contents?: true
Size: 165 Bytes
Versions: 31
Compression:
Stored size: 165 Bytes
Contents
Given /^I have the file "([^"]*)" with the content:$/ do |file, string| FileUtils.mkdir_p File.dirname(file) File.open(file, 'wb') { |fh| fh.print string } end
Version data entries
31 entries across 31 versions & 1 rubygems