Sha256: 6b5f757410938b8bdcde6e9de7f104d792ed30d20d9499615ff784947bcf44bf

Contents?: true

Size: 240 Bytes

Versions: 4

Compression:

Stored size: 240 Bytes

Contents

require "test/unit"
require "nitro/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

4 entries across 4 versions & 1 rubygems

Version Path
nitro-0.5.0 test/nitro/tc_http.rb
nitro-0.6.0 test/nitro/tc_http.rb
nitro-0.7.0 test/nitro/tc_http.rb
nitro-0.8.0 test/nitro/tc_http.rb