spec/commands/generator_spec.rb in softcover-0.6.2 vs spec/commands/generator_spec.rb in softcover-0.6.3
- old
+ new
@@ -64,9 +64,13 @@
it "should not have the markdown files" do
expect('chapters/a_chapter.md').not_to exist
end
+ it "should have a README" do
+ expect('README.md').to exist
+ end
+
describe ".gitignore" do
subject { File.read('.gitignore') }
it { should match(/\*\.aux/) }
it { should match(/\*\.log/) }