spec/cli_spec.rb in softcover-1.8.1 vs spec/cli_spec.rb in softcover-1.8.2
- old
+ new
@@ -47,10 +47,11 @@
end
context "softcover new options" do
subject { `softcover help new` }
it { should include '-p, --latex, -l, [--polytex]' }
- it { should include '-a, [--article]' }
+ it { should include '-a,' }
+ it { should include '[--article]' }
end
context "softcover new" do
before(:all) { chdir_to_fixtures }
after(:all) { remove_book }