Sha256: e53e3e261fa9a17675b2d1c9f7c9408c4a2a94a836266df2287d97b7dfd7edb6

Contents?: true

Size: 232 Bytes

Versions: 7

Compression:

Stored size: 232 Bytes

Contents

require 'earth/automobile/automobile_activity_year'

FactoryGirl.define do
  factory :aay, :class => AutomobileActivityYear do
    trait(:twenty_nine) { activity_year 2009; }
    trait(:twenty_ten) { activity_year 2010; }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
earth-1.2.1 spec/factories/automobile_activity_year.rb
earth-1.1.2 spec/factories/automobile_activity_year.rb
earth-1.1.1 spec/factories/automobile_activity_year.rb
earth-1.1.0 spec/factories/automobile_activity_year.rb
earth-1.0.3 spec/factories/automobile_activity_year.rb
earth-1.0.2 spec/factories/automobile_activity_year.rb
earth-1.0.1 spec/factories/automobile_activity_year.rb