test/wankel_test.rb in wankel-0.1.0 vs test/wankel_test.rb in wankel-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
require 'test_helper'
-class WankelTest < ::Test::Unit::TestCase
+class WankelTest < Minitest::Test
test "dump should exist as a class-method" do
assert(Wankel.respond_to?(:dump))
end
\ No newline at end of file