Sha256: dad00fc9dfa73689fb2f197799bb90fc42c96e4f4dd3eab0c1977d1dbcf587c1
Contents?: true
Size: 379 Bytes
Versions: 73
Compression:
Stored size: 379 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe "haproxy base package" do before(:each) do @ha = PoolPartyHaproxyClass.new do end stub_list_from_remote_for(@ha) @ha.stub!(:list_of_running_instances).and_return [] end it "should have the heartbeat package defined" do lambda {PoolPartyHaproxyClass}.should_not raise_error end end
Version data entries
73 entries across 73 versions & 2 rubygems