Sha256: 7e473e8f813185b649322521f53aef64032b2437c7530a550962539049c8e934
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
require "test/unit" require "n/utils/http" class TC_HttpUtils < Test::Unit::TestCase # :nodoc: all def setup end def teardown end def test_time_to_string r = N::HttpUtils.time_to_string(Time.now) assert_match(/GMT/, r) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.2.0 | test/n/utils/tc_http.rb |
nitro-0.3.0 | test/n/utils/tc_http.rb |