rename factory_girl_(rails) to factory_bot_(rails)
This commit is contained in:
@ -2,6 +2,6 @@ require 'rails_helper'
|
||||
|
||||
describe 'Factories' do
|
||||
it 'are all valid', docker: true, permitted_execution_time: 30 do
|
||||
expect { FactoryGirl.lint }.not_to raise_error
|
||||
expect { FactoryBot.lint }.not_to raise_error
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user