Sha256: cac53da9e651796278c7955097b747196d3bd7133725af767813f9987f6583b2

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

require File.join(File.dirname(__FILE__), '..', 'helper')

class TestWriteFile < Test::Unit::TestCase
  should "write file" do
    File.open(File.join(Dir.tmpdir, 'hydra_test.txt'), 'w') do |f|
      f.write "HYDRA"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hydra-0.3.0 test/sample_tests/write_file.rb