spec/libraries/pwb/seeder_spec.rb in pwb-1.3.0 vs spec/libraries/pwb/seeder_spec.rb in pwb-1.4.0
- old
+ new
@@ -32,7 +32,12 @@
end
it 'creates 6 prop entries' do
expect(Pwb::Prop.count).to eq(6)
end
+
+ # Db is cleaned after each test in spec_helper
+ # after(:all) do
+ # DatabaseCleaner.clean_with(:truncation)
+ # end
end
end