test/nitro/tc_uri.rb in nitro-0.9.5 vs test/nitro/tc_uri.rb in nitro-0.10.0
- old
+ new
@@ -1,16 +1,14 @@
require "test/unit"
require "nitro/uri"
include N
-class Dummy
- # :nodoc: all
+class Dummy # :nodoc: all
attr_accessor :test1, :test2
end
-class TC_Uri < Test::Unit::TestCase
- # :nodoc: all
+class TC_Uri < Test::Unit::TestCase # :nodoc: all
def test_query_string_to_hash
# bad query string
assert_equal(0, UriUtils.query_string_to_hash("").length)