Sha256: df566b62105e5fb44bb4401fc24026de2163e95dda59986d0d153f370764837b

Contents?: true

Size: 486 Bytes

Versions: 7

Compression:

Stored size: 486 Bytes

Contents

require 'earth/automobile/automobile_make_model_year'

FactoryGirl.define do
  factory :ammy, :class => AutomobileMakeModelYear do
    trait(:honda_civic_2000) { name 'Honda CIVIC 2000'; make_name 'Honda'; model_name 'CIVIC'; year 2000 }
    trait(:honda_civic_cng_2000) { name 'Honda CIVIC CNG 2000'; make_name 'Honda'; model_name 'CIVIC CNG'; year 2000 }
    trait(:honda_civic_cng_2001) { name 'Honda CIVIC CNG 2001'; make_name 'Honda'; model_name 'CIVIC CNG'; year 2001 }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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