forked from External/greenlight
GRN2-192: Made error pages more descriptive (#620)
* GRN2-192 * Brought back error codes
This commit is contained in:
committed by
Jesus Federico
parent
523d9a38f2
commit
c7a0c6a463
@ -26,13 +26,6 @@ describe ErrorsController, type: :controller do
|
||||
end
|
||||
end
|
||||
|
||||
describe "GET #unprocessable" do
|
||||
it "returns unprocessable" do
|
||||
get :unprocessable
|
||||
expect(response).to have_http_status(422)
|
||||
end
|
||||
end
|
||||
|
||||
describe "GET #internal_error" do
|
||||
it "returns internal_error" do
|
||||
get :internal_error
|
||||
|
Reference in New Issue
Block a user