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