Sha256: f8f7c87ce52075ed6b389ec65d85fae000ff3ee0a4a87593b42eb8f08fc59c6c

Contents?: true

Size: 370 Bytes

Versions: 7

Compression:

Stored size: 370 Bytes

Contents

require 'earth/bus/bus_fuel_year_control'

FactoryGirl.define do
  factory :bfyc, :class => BusFuelYearControl do
    trait(:gas_2009_1) { name 'Gas 2009 tier 1'; bus_fuel_name 'gas'; year 2009 }
    trait(:gas_2010_1) { name 'Gas 2010 tier 1'; bus_fuel_name 'gas'; year 2010 }
    trait(:gas_2010_2) { name 'Gas 2010 tier 2'; bus_fuel_name 'gas'; year 2010 }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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