You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/integration/sinatra_spec.rb
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,14 @@ class MySinatraApp < Sinatra::Base
122
122
it'logs the request with the exception'do
123
123
get'/error',{},'HTTP_X_REQUEST_ID'=>'700a6a01'
124
124
125
-
expect(last_log_entry).tostart_with("E, #{time_pid_tags} GET /error 500 in 0ms type=request #{data_as_text} exception=undefined method `name' for nil")
0 commit comments