Sha256: b4e078a6737038bf6a5634590ca92660fb97ece6a3304cebd8f4ac128d245cfc
Contents?: true
Size: 265 Bytes
Versions: 20
Compression:
Stored size: 265 Bytes
Contents
require 'spec_helper' describe UsdaNutrientDatabase::Import::Weights do let(:importer) { described_class.new('spec/support/sr25') } describe '#import' do before { importer.import } it { expect(UsdaNutrientDatabase::Weight.count).to eql(3) } end end
Version data entries
20 entries across 20 versions & 1 rubygems