spec/shelly/app_spec.rb in shelly-0.2.7 vs spec/shelly/app_spec.rb in shelly-0.2.8

- old
+ new

@@ -265,10 +265,11 @@ @app.code_name = "fooo" @app.redeem_code = "foo123" attributes = { :code_name => "fooo", :redeem_code => "foo123", - :organization_name => nil + :organization_name => nil, + :zone_name => nil } @client.should_receive(:create_app).with(attributes).and_return("git_url" => "git@git.shellycloud.com:fooo.git", "domains" => %w(fooo.shellyapp.com)) @app.create end