spec/webmock_helpers.rb in softcover-1.0.beta8 vs spec/webmock_helpers.rb in softcover-1.0.beta9
- old
+ new
@@ -66,10 +66,11 @@
marketing_content: '',
contact_email: book.contact_email,
hide_softcover_footer: book.hide_custom_domain_footer,
authors: book.authors,
ga_account: book.ga_account,
+ repo_url: book.repo_url,
remove_unused_media_bundles: true
}.to_json,
:headers => headers).
to_return(:status => 200, :body => return_body, :headers => {})
@@ -205,6 +206,6 @@
def remove_book
FileUtils.rm_rf(File.join File.dirname(__FILE__), "fixtures/book")
chdir_to_fixtures
end
-end
\ No newline at end of file
+end