test/test_interact.rb in datashift-0.0.1 vs test/test_interact.rb in datashift-0.0.2

- old
+ new

@@ -1,7 +1,7 @@ -require 'helper' - -class TestDataShift < 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 'helper' + +class TestDataShift < 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