test/test_getopt_long.rb in getopt-1.3.8 vs test/test_getopt_long.rb in getopt-1.3.9

- old
+ new

@@ -15,10 +15,10 @@ def setup @opts = nil end def test_version - assert_equal('1.3.7', Long::VERSION) + assert_equal('1.3.9', Long::VERSION) end def test_constants assert_not_nil(BOOLEAN) assert_not_nil(OPTIONAL)