Sha256: 133adec40e8634481563458adf8f6c0b1356d4641d90cb04ad66c1cbb3e90ca4

Contents?: true

Size: 399 Bytes

Versions: 13

Compression:

Stored size: 399 Bytes

Contents

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

describe ProductLine do
  describe 'data_miner import' do
    before :all do
      require 'data_miner'
      require 'earth/industry/merchant/data_miner'
    end
    it 'should import data' do
      ProductLine.destroy_all
      DataMiner.run :resource_names => 'ProductLine'
      ProductLine.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_line_spec.rb
earth-0.0.42 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.41 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.40 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.39 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.38 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.37 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.36 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.35 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.34 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.33 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.32 spec/lib/earth/industry/product_line_spec.rb
earth-0.0.31 spec/lib/earth/industry/product_line_spec.rb