mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Fix deprecated Faker usage in paper factory
This commit is contained in:
parent
e33931c47c
commit
75f6467237
3 changed files with 23 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -65,6 +65,7 @@ group :test do
|
|||
gem "factory_bot_rails"
|
||||
gem 'shoulda-matchers', '~> 3.1'
|
||||
gem 'faker'
|
||||
gem 'rubocop-faker'
|
||||
gem 'simplecov', require: false
|
||||
gem 'database_cleaner'
|
||||
gem 'coveralls', require: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue