Replace All FactoryGirl Constant References

This commit is contained in:
Henne Vogelsang 2018-09-03 20:44:39 +02:00
parent 85ddbeadfc
commit 4aed8a73b2
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
55 changed files with 56 additions and 56 deletions

View file

@ -11,7 +11,7 @@ RSpec.configure do |config|
begin
DatabaseCleaner.start
mock_commercial_request
FactoryGirl.lint
FactoryBot.lint
ensure
DatabaseCleaner.clean
end