spec/spec_helper.rb in octoshark-0.0.9 vs spec/spec_helper.rb in octoshark-0.1.0
- old
+ new
@@ -15,10 +15,9 @@
FileUtils.mkdir_p(TMP)
end
config.before :each do
ActiveRecord::Base.establish_connection({adapter: 'sqlite3', database: 'tmp/default.sqlite'})
- Octoshark.reset!
end
config.after :suite do
FileUtils.rm_rf(TMP)
end