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

Version Path
ngauthier-multitest-0.1.0 test/tests/another_test.rb
ngauthier-multitest-0.1.1 test/tests/another_test.rb
multitest-0.2.0 test/tests/another_test.rb
multitest-0.1.1 test/tests/another_test.rb