Fix invitation controller spec on postgres
This commit is contained in:
parent
e38cb41f85
commit
409a6aebc7
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ describe InvitationsController do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "shows an error if there's no such invitation token" do
|
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)
|
response.should render_template(:token_not_found)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue