Sha256: 696a91fc8d8ef7183d97b16d8ae7c485e30f407f3a9eb8c1e956ae156c575e1b

Contents?: true

Size: 479 Bytes

Versions: 6

Compression:

Stored size: 479 Bytes

Contents

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

describe 'BusFuelControl' do
  describe 'import', :data_miner => true do
    before do
      Earth.init :bus, :load_data_miner => true, :skip_parent_associations => :true
    end
    
    it 'imports successfully' do
      BusFuelControl.run_data_miner!
    end
  end
  
  describe 'verify imported data', :sanity => true do
    it 'should have all the data' do
      BusFuelControl.count.should == 9
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
earth-0.12.4 spec/earth/bus/bus_fuel_control_spec.rb
earth-0.12.3 spec/earth/bus/bus_fuel_control_spec.rb
earth-0.12.2 spec/earth/bus/bus_fuel_control_spec.rb
earth-0.12.1 spec/earth/bus/bus_fuel_control_spec.rb
earth-0.12.0 spec/earth/bus/bus_fuel_control_spec.rb
earth-0.11.20 spec/earth/bus/bus_fuel_control_spec.rb