Sha256: 1b6af112c3898b001502c07126fbb5c9cb47c15b7894156ae9d31ce8e89a4f31
Contents?: true
Size: 138 Bytes
Versions: 3
Compression:
Stored size: 138 Bytes
Contents
module Macros def file_with_content(content) file = Tempfile.new('tmp') file.write content file.rewind file end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ics-0.2.1 | spec/support/macros.rb |
ics-0.2 | spec/support/macros.rb |
ics-0.1 | spec/support/macros.rb |