diff --git a/spec/controllers/invitations_controller_spec.rb b/spec/controllers/invitations_controller_spec.rb index 2b56db0da..be3ca2447 100644 --- a/spec/controllers/invitations_controller_spec.rb +++ b/spec/controllers/invitations_controller_spec.rb @@ -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