test/test_noda.rb in noda-0.0.0 vs test/test_noda.rb in noda-0.0.1
- old
+ new
@@ -1,7 +1,11 @@
-require 'helper'
-
-class TestNoda < Test::Unit::TestCase
- should "probably rename this file and start testing for real" do
- flunk "hey buddy, you should probably rename this file and start testing for real"
- end
-end
+require File.dirname(__FILE__) + '/test_helper.rb'
+
+class TestNoda < Test::Unit::TestCase
+
+ def setup
+ end
+
+ def test_truth
+ assert true
+ end
+end