Sha256: 3d2124bc8a57466883191decd3ff55adfc578ee89316185c727820787dac1b6d

Contents?: true

Size: 293 Bytes

Versions: 4

Compression:

Stored size: 293 Bytes

Contents

# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :gamification_medal, aliases: [:medal], class: 'Gamification::Medal' do
    goal nil
    name Faker::Lorem.word
    description Faker::Lorem.sentence
    image 'http://example.org'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gamification-1.0.3 spec/factories/gamification_medals.rb
gamification-1.0.2 spec/factories/gamification_medals.rb
gamification-1.0.1 spec/factories/gamification_medals.rb
gamification-1.0.0 spec/factories/gamification_medals.rb