Sha256: b2df9c8c132166943d6dfb87eac7c2c4941ae6eaccd06ca1a5e5cc097d5044d2

Contents?: true

Size: 384 Bytes

Versions: 22

Compression:

Stored size: 384 Bytes

Contents

require 'test/unit'

class MyTest < Test::Unit::TestCase

  # Called before every test method runs. Can be used
  # to set up fixture information.
  def setup
    # Do nothing
  end

  # Called after every test method runs. Can be used to tear
  # down fixture information.

  def teardown
    # Do nothing
  end

  # Fake test
  def test_fail
    # fail('Not implemented')

  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
hyla-1.0.9 test/my_test.rb
hyla-1.0.9.pre.3 test/my_test.rb
hyla-1.0.9.pre.2 test/my_test.rb
hyla-1.0.9.pre.1 test/my_test.rb
hyla-1.0.8 test/my_test.rb
hyla-1.0.7 test/my_test.rb
hyla-1.0.7.pre.9 test/my_test.rb
hyla-1.0.7.pre.8 test/my_test.rb
hyla-1.0.7.pre.7 test/my_test.rb
hyla-1.0.7.pre.6 test/my_test.rb
hyla-1.0.7.pre.5 test/my_test.rb
hyla-1.0.7.pre.3 test/my_test.rb
hyla-1.0.7.pre.2 test/my_test.rb
hyla-1.0.7.pre.1 test/my_test.rb
hyla-1.0.6 test/my_test.rb
hyla-1.0.5 test/my_test.rb
hyla-1.0.5.pre.1 test/my_test.rb
hyla-1.0.4 test/my_test.rb
hyla-1.0.3 test/my_test.rb
hyla-1.0.2 test/my_test.rb