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

- old
+ new

@@ -10,10 +10,9 @@ describe "basic information" do its(:title) { should eq "Title of the Book" } its(:subtitle) { should eq "Change me" } its(:description) { should eq "Change me." } - its(:cover) { should eq "images/cover.png" } its(:author) { should eq "Author Name" } end describe "chapter information" do subject(:chapter) { manifest.chapters[1] }