summaryrefslogtreecommitdiff
path: root/spec/factories/award_emoji.rb
blob: a1173834b2920238765aeee10b14308278d66474 (plain)
1
2
3
4
5
6
7
FactoryGirl.define do
  factory :award_emoji do
    name "thumbsup"
    user
    awardable factory: :issue
  end
end