Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Fix spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius committed Nov 26, 2012
1 parent 772db34 commit bb67045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/heading_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

describe '#declarable' do
context 'different commodity codes' do
let!(:declarable_heading) { create :heading, goods_nomenclature_item_id: "0101000000"}
let!(:declarable_heading) { create :heading, :declarable, goods_nomenclature_item_id: "0101000000" }
let!(:non_declarable_heading) { create :heading, goods_nomenclature_item_id: "0102000000", producline_suffix: "10" }
let!(:commodity) { create :commodity, goods_nomenclature_item_id: "0102000010",
producline_suffix: "80",
Expand Down

0 comments on commit bb67045

Please sign in to comment.