test/test_gigantron.rb in gigantron-0.1.2 vs test/test_gigantron.rb in gigantron-0.1.3

- old
+ new

@@ -1,11 +1,11 @@ -require File.dirname(__FILE__) + '/test_helper.rb' - -class TestGigantron < Test::Unit::TestCase - - def setup - end - - def test_truth - assert true - end -end +require File.dirname(__FILE__) + '/test_helper.rb' + +class TestGigantron < Test::Unit::TestCase + + def setup + end + + def test_truth + assert true + end +end