Sha256: adb78b0724481ed855563c460bb894c18dbcb2e55e9f34a5cfd25882a3a39ad5

Contents?: true

Size: 334 Bytes

Versions: 29

Compression:

Stored size: 334 Bytes

Contents

require 'spec_helper'
require 'earth/automobile'
require 'earth/automobile/data_miner'

describe AutomobileTypeFuelYearAge do
  describe 'import' do
    it 'imports and processes data successfully', :slow => true do
      expect do
        AutomobileTypeFuelYearAge.run_data_miner!
      end.should_not raise_error
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
earth-0.11.13 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.12 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.11 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.10 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.9 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.8 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.7 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.6 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.5 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.4 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.3 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.2 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.1 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.0 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.7.0 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.6.6 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.6.5 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.6.4 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.6.3 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.6.2 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb