scinote-web/spec/factories/user_assignments.rb
aignatov-bio 7f7bf0533a
Fix tests [SCI-6486] (#3913)
* Fix tests [SCI-6486]

* Fix rspec tests [SCI-6486]

Co-authored-by: Anton <anton@scinote.net>
2022-03-09 14:12:16 +01:00

5 lines
61 B
Ruby

FactoryBot.define do
factory :user_assignment do
end
end