Skip to content

Instantly share code, notes, and snippets.

@jb08
Last active September 22, 2021 20:21
Show Gist options
  • Save jb08/173d453f56870f80e6fce61249b82925 to your computer and use it in GitHub Desktop.
Save jb08/173d453f56870f80e6fce61249b82925 to your computer and use it in GitHub Desktop.
accounts.rb
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