test/test_getopt_long.rb in getopt-1.5.0 vs test/test_getopt_long.rb in getopt-1.5.1

- old
+ new

@@ -12,10 +12,10 @@ def setup @opts = nil end def test_version - assert_equal('1.5.0', Long::VERSION) + assert_equal('1.5.1', Long::VERSION) assert_true(Long::VERSION.frozen?) end def test_constants assert_not_nil(BOOLEAN)