Fix invitation controller spec on postgres

This commit is contained in:
Sarah Mei & Tim Frazer 2011-11-14 17:41:54 -08:00
parent e38cb41f85
commit 409a6aebc7

View file

@ -83,7 +83,7 @@ describe InvitationsController do
end
it "shows an error if there's no such invitation token" do
get :email, :invitation_token => 12345
get :email, :invitation_token => "12345"
response.should render_template(:token_not_found)
end
end