spec/webmock_helpers.rb in softcover-0.7.11 vs spec/webmock_helpers.rb in softcover-0.8.0

- old
+ new

@@ -57,11 +57,14 @@ files: book.files, title: book.title, slug: book.slug, subtitle: book.subtitle, description: book.description, - cover: book.cover, - chapters: book.chapter_attributes + chapters: book.chapter_attributes, + prices: book.prices, + faq: book.faq, + testimonials: book.testimonials, + marketing_content: '' }.to_json, :headers => headers). to_return(:status => 200, :body => return_body, :headers => {}) stub_s3_post \ No newline at end of file