spec/lib/cbaoth_spec.rb in cbaoth-0.0.3 vs spec/lib/cbaoth_spec.rb in cbaoth-0.0.4

- old
+ new

@@ -49,10 +49,12 @@ it 'creates the db/migrate dir' do expect(Dir.exist?('db/migrate')).to be_true end - # after { Dir.chdir(previous_dir) } + it 'creates the log dir' do + expect(Dir.exist?('log')).to be_true + end end describe '#generate_base_files' do it { should respond_to :generate_base_files } before { \ No newline at end of file