Last active
September 22, 2021 20:21
-
-
Save jb08/173d453f56870f80e6fce61249b82925 to your computer and use it in GitHub Desktop.
accounts.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FactoryBot.define do | |
factory :account do | |
name 'Checkr test' | |
uri_name 'checkr-test' | |
transient do | |
packages nil | |
test_packages nil | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment