0
0
Fork 0

Update Rails (#8141)

* Update Rails

* fix Update Rails
This commit is contained in:
S.H 2018-08-12 19:25:23 +09:00 committed by Eugen Rochko
parent 110b3f6335
commit 2aeeffc3ec
5 changed files with 50 additions and 54 deletions

View file

@ -105,7 +105,7 @@ describe ApplicationController, type: :controller do
end
it 'returns nil when body has been tampered' do
request.headers['RAW_POST_DATA'] = 'doo doo doo'
post :success, body: 'doo doo doo'
expect(controller.signed_request_account).to be_nil
end
end