spec/shelly/client_spec.rb in shelly-0.4.37 vs spec/shelly/client_spec.rb in shelly-0.4.38

- old
+ new

@@ -169,12 +169,12 @@ end describe "#create_app" do it "should send post with app's attributes" do @client.should_receive(:post).with("/apps", :app => {:code_name => "foo", - :ruby_version => "1.9.2"}, :organization_name => "foo", :zone_name => 'eu1') + :ruby_version => "1.9.2"}, :organization_name => "foo", :zone => 'eu1') @client.create_app(:code_name => "foo", :ruby_version => "1.9.2", - :organization_name => "foo", :zone_name => "eu1") + :organization_name => "foo", :zone => "eu1") end end describe "#organizations" do it "should fetch organizations from API" do