Skip to content

Commit

Permalink
Spec was always wrong?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbeedle committed Apr 19, 2016
1 parent de70d81 commit 1bc3b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/usda_nutrient_database/importer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
expect(UsdaNutrientDatabase::Nutrient.count).to eql(15)
expect(UsdaNutrientDatabase::FoodsNutrient.count).to eql(12)
expect(UsdaNutrientDatabase::Weight.count).to eql(11)
expect(UsdaNutrientDatabase::Footnote.count).to eql(7)
expect(UsdaNutrientDatabase::Footnote.count).to eql(9)
end

context 'with sr27' do
Expand Down

0 comments on commit 1bc3b0d

Please sign in to comment.