spec/builders/epub_spec.rb in softcover-0.9.19 vs spec/builders/epub_spec.rb in softcover-0.9.20
- old
+ new
@@ -81,10 +81,10 @@
uuid = Regexp.escape(builder.manifest.uuid)
expect(doc.to_xml).to match(/#{uuid}</)
end
it "should have the right conver meta tag" do
- meta = '<meta name="cover" content="cover-image"/>'
+ meta = '<meta name="cover" content="img-cover-jpg"/>'
expect(doc.to_xml).to include meta
end
end
context "stylesheets directory" do