Sha256: b69f1b9a5b05792bf9686f393c0c9575720926ea1b7db5dd101d8b249c84a66b

Contents?: true

Size: 187 Bytes

Versions: 7

Compression:

Stored size: 187 Bytes

Contents

require 'spec_helper'
require 'earth/bus/bus_fuel_control'

describe BusFuelControl do
  describe 'Sanity check', :sanity => true do
    it { BusFuelControl.count.should == 9 }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
earth-1.2.1 spec/earth/bus/bus_fuel_control_spec.rb
earth-1.1.2 spec/earth/bus/bus_fuel_control_spec.rb
earth-1.1.1 spec/earth/bus/bus_fuel_control_spec.rb
earth-1.1.0 spec/earth/bus/bus_fuel_control_spec.rb
earth-1.0.3 spec/earth/bus/bus_fuel_control_spec.rb
earth-1.0.2 spec/earth/bus/bus_fuel_control_spec.rb
earth-1.0.1 spec/earth/bus/bus_fuel_control_spec.rb