test/tc_registry.rb in windows-pr-1.2.3 vs test/tc_registry.rb in windows-pr-1.2.4
- old
+ new
@@ -2,16 +2,16 @@
# tc_registry.rb
#
# Test case for the Windows::Registry module.
#####################################################################
require 'windows/registry'
-require 'test/unit'
+require 'minitest/autorun'
class RegistryFoo
include Windows::Registry
end
-class TC_Windows_Registry < Test::Unit::TestCase
+class TC_Windows_Registry < MiniTest::Unit::TestCase
def setup
@foo = RegistryFoo.new
end
def test_numeric_constants