mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-06-07 00:51:37 +02:00
Add database_cleaner gem
This commit is contained in:
parent
80a67d094d
commit
3e27d8e82f
4 changed files with 26 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -60,6 +60,7 @@ group :test do
|
|||
gem 'faker'
|
||||
gem 'simplecov', require: false
|
||||
gem 'test_after_commit' # TODO remove when moving to rails 5
|
||||
gem 'database_cleaner'
|
||||
end
|
||||
|
||||
# Use ActiveModel has_secure_password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue