spec/webmock_helpers.rb in softcover-0.8.2 vs spec/webmock_helpers.rb in softcover-0.8.3
- old
+ new
@@ -63,10 +63,11 @@
prices: book.prices,
faq: book.faq,
testimonials: book.testimonials,
marketing_content: '',
contact_email: book.contact_email,
- hide_custom_domain_footer: book.hide_custom_domain_footer
+ hide_custom_domain_footer: book.hide_custom_domain_footer,
+ authors: book.authors
}.to_json,
:headers => headers).
to_return(:status => 200, :body => return_body, :headers => {})
stub_s3_post
\ No newline at end of file