spec/cli_spec.rb in softcover-1.5.11 vs spec/cli_spec.rb in softcover-1.6.0
- old
+ new
@@ -41,11 +41,10 @@
context "softcover build:mobi options" do
subject { `softcover help build:mobi` }
it { should include '-q, [--quiet]' }
it { should include '-s, [--silent]' }
- it { should include '-k, [--kindlegen]' }
it { should include '-a, [--amazon]' }
end
context "softcover new options" do
subject { `softcover help new` }
@@ -137,10 +136,9 @@
end
context "command-line options" do
subject(:options) { `softcover help build:mobi` }
it { should_not include 'calibre' }
- it { should include 'kindlegen' }
end
end
end
describe "PolyTeX books" do