Sha256: f70113188032748f95e62ff4ccf27e9584aefb982c26cc7950817fe4495e02b1

Contents?: true

Size: 340 Bytes

Versions: 5

Compression:

Stored size: 340 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', :data_miner => true do
      expect do
        AutomobileTypeFuelYearAge.run_data_miner!
      end.should_not raise_error
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
earth-0.11.18 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.17 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.16 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.15 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb
earth-0.11.14 spec/earth/automobile/automobile_type_fuel_year_age_spec.rb