test/tc_standard_basic.rb in versionomy-0.4.4 vs test/tc_standard_basic.rb in versionomy-0.5.0
- old
+ new
@@ -3,11 +3,11 @@
# Versionomy basic tests on standard schema
#
# This file contains tests for the basic use cases on the standard schema
#
# -----------------------------------------------------------------------------
-# Copyright 2008-2012 Daniel Azuma
+# Copyright 2008 Daniel Azuma
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -33,17 +33,17 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
# -----------------------------------------------------------------------------
-require 'test/unit'
+require 'minitest/autorun'
require 'versionomy'
module Versionomy
module Tests # :nodoc:
- class TestStandardBasic < ::Test::Unit::TestCase # :nodoc:
+ class TestStandardBasic < ::Minitest::Test # :nodoc:
# Test the default version value.
def test_default_value