scinote-web/spec/factories/user_assignments.rb
Soufiane 857bda6f69
Fix broken unit tests [SCI-8972] (#6342)
- Models tests
- Controllers tests
- Jobs tests
- Permissions tests
- Utilities tests
2023-10-12 16:16:43 +02:00

6 lines
92 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :user_assignment do
end
end