test/gem_test.rb in ruboto-1.2.0 vs test/gem_test.rb in ruboto-1.3.0
- old
+ new
@@ -1,7 +1,7 @@
require File.expand_path("test_helper", File.dirname(__FILE__))
-class GemTest < Test::Unit::TestCase
+class GemTest < Minitest::Test
def test_rake_gem
gem_file = "ruboto-#{Ruboto::VERSION}.gem"
File.delete(gem_file) if File.exists?(gem_file)
assert !File.exists?(gem_file)
system 'rake gem'