spec/ey/logs_spec.rb in engineyard-0.7.0 vs spec/ey/logs_spec.rb in engineyard-0.7.1

- old
+ new

@@ -10,10 +10,10 @@ @out.should match(/CUSTOM LOG OUTPUT/) @err.should be_empty end it "complains when it can't infer the environment" do - api_scenario "one app, two environments" + api_scenario "one app, many environments" ey "logs", :expect_failure => true @err.should =~ /single environment/ end end