Sha256: 495c36302269f2a65cf384f912f32936164269423c5d0cc9f6c9ae2097bfacd6
Contents?: true
Size: 324 Bytes
Versions: 33
Compression:
Stored size: 324 Bytes
Contents
require 'test_helper' class NodeAcceptanceTest < Test::Unit::TestCase include Rack::Test::Methods def app CloudCrowd::Node end context "The CloudCrowd::Node (Sinatra)" do should "have a heartbeat" do get '/heartbeat' assert last_response.body == 'buh-bump' end end end
Version data entries
33 entries across 33 versions & 3 rubygems