spec/engineyard/config_spec.rb in engineyard-2.0.0.rc1 vs spec/engineyard/config_spec.rb in engineyard-2.0.0

- old
+ new

@@ -15,10 +15,10 @@ EY::Config.new.environments.should == {} end end describe "endpoint" do - it "defaults to production EY Cloud" do + it "defaults to production Engine Yard Cloud" do EY::Config.new.endpoint.should == EY::Config.new.default_endpoint end it "loads the endpoint from $CLOUD_URL" do ENV['CLOUD_URL'] = "http://fake.local/"