5 lines
96 B
Ruby
5 lines
96 B
Ruby
FactoryBot.define do
|
|
factory :feedback do
|
|
rating Feedback.ratings.fetch(:happy)
|
|
end
|
|
end
|