spec/fake_app/lib/exceptions_app.rb in rambulance-0.1.1 vs spec/fake_app/lib/exceptions_app.rb in rambulance-0.1.2

- old
+ new

@@ -1,5 +1,7 @@ class ExceptionsApp < Rambulance::ExceptionsApp + def not_found; end + def internal_server_error render inline: <<-BODY <html> <body> <h1>Custom error page</h1>