Sha256: b406c9573981ce919c7094ebaee72b6ece7f7ada6be656d98ed0d076d1807fe1
Contents?: true
Size: 193 Bytes
Versions: 3
Compression:
Stored size: 193 Bytes
Contents
require 'tmpdir' require 'rspec' context "file writing" do it "writes to a file" do File.open(File.join(Dir.tmpdir, 'hydra_test.txt'), 'a') do |f| f.write "HYDRA" end end end
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
causes-hydra-0.21.0 | test/fixtures/write_file_spec.rb |
sskirby-hydra-0.21.0 | test/fixtures/write_file_spec.rb |
hydra-0.21.0 | test/fixtures/write_file_spec.rb |