Sha256: 30f74ac77ebb350b2d43a33495b3773ee23cd093b967e5d60cd13e57a02f03c0
Contents?: true
Size: 250 Bytes
Versions: 20
Compression:
Stored size: 250 Bytes
Contents
require 'tmpdir' require 'rspec' context "file writing" do it "writes to a file" do File.open(File.join(Dir.consistent_tmpdir, 'hydra_test.txt'), 'a') do |f| f.write "HYDRA" end end it 'could do so much more' # pending spec end
Version data entries
20 entries across 20 versions & 6 rubygems