fix functional tests

This commit is contained in:
r888888888
2013-04-18 21:10:57 -07:00
parent a33e76f7e2
commit 9ec746b952
8 changed files with 13 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ module Moderator
end
should "list invites" do
get :index
get :index, {}, {:user_id => @mod.id}
assert_response :success
end
end