Commit 31b093bc authored by John E. Vincent's avatar John E. Vincent

fixing broken spec from last commit. silly me

parent 8ffe0176
......@@ -22,10 +22,8 @@ describe "Using the Host API", :reset_redis => false, :populate_sample_data => t
services.size.should == 2
services.first["name"].should == "redis"
services.first["status"].should == "up"
services.first["host"].should == "localhost"
services.last["name"].should == "noah"
services.last["status"].should == "up"
services.last["host"].should == "localhost"
end
it "named service for host should work" do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment