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