refactored search

This commit is contained in:
albert
2013-01-10 17:45:52 -05:00
parent 13271e9bf5
commit 8749c43b3e
85 changed files with 946 additions and 304 deletions

View File

@@ -33,7 +33,7 @@ class PostFlagsControllerTest < ActionController::TestCase
context "with search parameters" do
should "render" do
get :index, {:search => {:post_id_equals => @post_flag.post_id}}, {:user_id => @user.id}
get :index, {:search => {:post_id => @post_flag.post_id}}, {:user_id => @user.id}
assert_response :success
end
end