spec/shelly/cli/main_spec.rb in shelly-0.1.26 vs spec/shelly/cli/main_spec.rb in shelly-0.1.27

- old
+ new

@@ -1346,10 +1346,10 @@ end end context "cloudfile" do before do - cloud = mock(:code_name => "foo-staging", :databases => ["postgresql"], + cloud = mock(:code_name => "foo-staging", :cloud_databases => ["postgresql"], :whenever? => true, :delayed_job? => true, :to_s => "foo-staging") cloudfile = mock(:clouds => [cloud]) Shelly::Cloudfile.stub(:new).and_return(cloudfile) end