Sha256: c1019afa0e7a011dacb7ebebffb2138e39f69cdea1dab71eaa8d74cb6e559ae9
Contents?: true
Size: 316 Bytes
Versions: 9
Compression:
Stored size: 316 Bytes
Contents
require File.join(File.dirname(__FILE__), '..', 'test_helper') class PingHandlerTest < Test::Unit::TestCase running_server_with_handlers :ping_handler do should "respond like an old video game" do receive 'ping' assert_response 'pong' assert_response_to '+123456789' end end end
Version data entries
9 entries across 9 versions & 1 rubygems