Sha256: 52c36ee1cd9d0a0b30c5cc86738c8ffa0462103a830e36dd162ba02d4b00687c
Contents?: true
Size: 387 Bytes
Versions: 13
Compression:
Stored size: 387 Bytes
Contents
require 'spec_helper' Earth.init :industry, :apply_schemas => true describe Industry do describe 'data_miner import' do before :all do require 'data_miner' require 'earth/industry/industry/data_miner' end it 'should import data' do Industry.destroy_all DataMiner.run :resource_names => 'Industry' Industry.count.should > 1 end end end
Version data entries
13 entries across 13 versions & 1 rubygems