Sha256: a7ea67653c4d51affdc2cdb179693db4f7292e1048971943766cea7faa0eee84

Contents?: true

Size: 431 Bytes

Versions: 13

Compression:

Stored size: 431 Bytes

Contents

require 'spec_helper'
Earth.init :industry, :apply_schemas => true

describe ProductLinesSectors do
  describe 'data_miner import' do
    before :all do
      require 'data_miner'
      require 'earth/industry/merchant/data_miner'
    end
    it 'should import data' do
      ProductLinesSectors.destroy_all
      DataMiner.run :resource_names => 'ProductLinesSectors'
      ProductLinesSectors.count.should > 1
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
earth-0.0.43 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.42 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.41 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.40 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.39 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.38 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.37 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.36 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.35 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.34 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.33 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.32 spec/lib/earth/industry/product_lines_sectors_spec.rb
earth-0.0.31 spec/lib/earth/industry/product_lines_sectors_spec.rb