Sha256: ed2c191273dd78d79fcf18b083380794661c6cb4e2596651c3c9861768e5cf09
Contents?: true
Size: 430 Bytes
Versions: 3
Compression:
Stored size: 430 Bytes
Contents
Given /^I want to fake out the boot sequence of Hudson$/ do base_path = File.join(File.dirname(__FILE__) + "/../../fixtures/hudson_boot_sequence/") FakeWeb.register_uri(:get, "http://app-master-hostname.compute-1.amazonaws.com/", [ {:body => File.read(base_path + "pre_hudson_booting.html")}, {:body => File.read(base_path + "hudson_booting.html")}, {:body => File.read(base_path + "hudson_ready.html")} ]) end
Version data entries
3 entries across 3 versions & 1 rubygems