Sha256: dbe5a576081e4f7d372534832c5e318fcc4f46fe41d6f414a6505e4b8142f501

Contents?: true

Size: 154 Bytes

Versions: 108

Compression:

Stored size: 154 Bytes

Contents

require 'test/unit'

class TC_testNothing < Test::Unit::TestCase

  def setup
  end

  def teardown
  end

  def test_the_truth
    assert true
  end
end

Version data entries

108 entries across 66 versions & 4 rubygems

Version Path
gli-2.6.0 test/apps/todo_legacy/test/tc_nothing.rb
gli-2.6.0 test/apps/todo/test/tc_nothing.rb
gli-2.6.0.rc1 test/apps/todo_legacy/test/tc_nothing.rb
gli-2.6.0.rc1 test/apps/todo/test/tc_nothing.rb
gli-2.5.6 test/apps/todo/test/tc_nothing.rb
gli-2.5.5 test/apps/todo/test/tc_nothing.rb
gli-2.5.4 test/apps/todo/test/tc_nothing.rb
gli-2.5.3 test/apps/todo/test/tc_nothing.rb
gli-2.5.2 test/apps/todo/test/tc_nothing.rb
gli-2.5.1 test/apps/todo/test/tc_nothing.rb
gli-2.5.0 test/apps/todo/test/tc_nothing.rb
gli-2.4.1 test/apps/todo/test/tc_nothing.rb
gli-2.4.0 test/apps/todo/test/tc_nothing.rb
gli-2.3.0 test/apps/todo/test/tc_nothing.rb
gli-2.3.0.rc1 test/apps/todo/test/tc_nothing.rb
gli-2.2.1 test/apps/todo/test/tc_nothing.rb
gli-2.2.0 test/apps/todo/test/tc_nothing.rb
gli-2.1.0 test/apps/todo/test/tc_nothing.rb
gli-2.0.0 test/apps/todo/test/tc_nothing.rb
gli-2.0.0.rc8 test/apps/todo/test/tc_nothing.rb