spec/cli_spec.rb in softcover-1.0.5 vs spec/cli_spec.rb in softcover-1.1.beta1
- old
+ new
@@ -34,9 +34,10 @@
end
context "softcover new options" do
subject { `softcover help new` }
it { should include '-p, [--polytex]' }
+ it { should include '-a, [--article]' }
end
context "softcover new" do
before(:all) { chdir_to_fixtures }
after(:all) { remove_book }