Skip to content

Commit

Permalink
Updated @nirvdrum spec to support new return values
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Martin committed Nov 26, 2013
1 parent eb66903 commit fd51194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/zuora/objects/subscribe_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
subject.product_rate_plan_id = '4028e48834aa10a30134c50f40901ea7'

subject.should be_valid
subject.create.should == true
sub_resp = subject.create
sub_resp[:success].should == true
end

xml = Zuora::Api.instance.last_request
Expand Down

0 comments on commit fd51194

Please sign in to comment.