Skip to content

Commit

Permalink
Removed unused migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Willianvdv committed Dec 7, 2013
1 parent 0e4257f commit baa9720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
5 changes: 0 additions & 5 deletions db/migrate/20131126165427_add_filterable_to_property.rb

This file was deleted.

12 changes: 2 additions & 10 deletions spec/controllers/spree/taxons_controller_decorator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,9 @@
product_property
}

let!(:product_with_the_blue_cap) {
product_property_with_the_blue_cap.product
}

let!(:filterable_property) {
property = product_property_with_the_blue_cap.property
property.filterable = true
property.save!
property
}
let!(:filterable_property) { product_property_with_the_blue_cap.property }

let!(:product_with_the_blue_cap) { product_property_with_the_blue_cap.product }
let!(:product_with_the_red_cap) {
product_property = FactoryGirl.create :product_property
product_property.value = 'red'
Expand Down

0 comments on commit baa9720

Please sign in to comment.