Sha256: f5cdf731bb56b4dda046d296d35df057fb3e0f656d23bcb23dbb43fdbdea8d6f
Contents?: true
Size: 294 Bytes
Versions: 4
Compression:
Stored size: 294 Bytes
Contents
require File.join(File.dirname(__FILE__), '..', 'test_helper') class AnotherTest < Test::Unit::TestCase should "output some text to a file" do File.open(File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'tmp', 'test.log')), 'a') do |f| f.write "3\n" end end end
Version data entries
4 entries across 4 versions & 2 rubygems