Skip to content

Commit

Permalink
removed has_and_belongs_to_many test
Browse files Browse the repository at this point in the history
  • Loading branch information
johndavid400 committed Feb 6, 2012
1 parent 6c2adb4 commit 91f2300
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/models/supplier_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@
it { should have_many(:images) }
it { should have_many(:products) }

it { should belong_to(:taxons) }
it { should have_many(:taxons) }
# it { should has_and_belongs_to_many(:taxons) }
end

0 comments on commit 91f2300

Please sign in to comment.