mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +02:00
Rename FactoryGirl to FactoryBot
https://robots.thoughtbot.com/factory_bot
This commit is contained in:
parent
48fd2a95a0
commit
52ab208b92
34 changed files with 47 additions and 47 deletions
|
@ -1,4 +1,4 @@
|
|||
FactoryGirl.define do
|
||||
FactoryBot.define do
|
||||
factory :api_user do
|
||||
sequence(:username) { |n| "test#{n}" }
|
||||
password 'a' * ApiUser.min_password_length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue