Skip to content

Commit

Permalink
Fix specs since webmock gem updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbeedle committed Nov 20, 2014
1 parent 11d3f62 commit bb22c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/shared_examples/persistable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
expect(WebMock).to have_requested(
:put,
"https://1234:@company.capsulecrm.com#{subject.build_update_path}"
).with(subject.to_capsule_json)
).with(body: subject.to_capsule_json)
end
end

Expand Down

0 comments on commit bb22c62

Please sign in to comment.