spec/builders/epub_spec.rb in softcover-1.1.6 vs spec/builders/epub_spec.rb in softcover-1.1.7

- old
+ new

@@ -289,6 +289,11 @@ it "should be valid" do output = `softcover epub:validate` expect(output).to match(/No errors or warnings/) end + + it "should description" do + commands = Softcover::Commands::Deployment.default_commands + expect(commands).not_to include('preview') + end end \ No newline at end of file