Skip to content

Commit

Permalink
Fixed spec. Remove unknown variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamd committed Jun 9, 2014
1 parent 3f0b0d6 commit fa6b660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/recipe_filter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
it "should be the same as default search" do
recipe_names = @ingredient_recipes.map{ |ing| ing[:name] }.sort
initial_recipe_names = @ingredient_recipes_initial.map{ |ing| ing[:name] }.sort
expect(recipe_names).to eq initial_recipe_names@ingredient_recipes_initial
expect(recipe_names).to eq initial_recipe_names
end
end
context "Rating sort for ingredient search" do
Expand Down

0 comments on commit fa6b660

Please sign in to comment.