Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Willianvdv committed Dec 23, 2013
1 parent 3d67d92 commit 4adb21d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions spec/controllers/spree/taxons_controller_decorator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,6 @@
expect(assigns[:products]).to eq([])
end
end

# context 'multiple filters' do
# let!(:size_product_property) {
# product_property = FactoryGirl.create :product_property,
# product: product_with_the_red_cap,
# property: size_property
# product_property.value = 'M'
# product_property.save!
# product_property
# }

# before :each do
# taxon.products.push size_product_property
# taxon.save!
# end
#end


it 'assigns the filters' do
spree_get :show, :id => taxon.permalink
Expand Down

0 comments on commit 4adb21d

Please sign in to comment.