features/rack.feature in airbrake-3.0.9 vs features/rack.feature in airbrake-3.1.0
- old
+ new
@@ -17,11 +17,7 @@
use Airbrake::Rack
run lambda { |env| raise "Rack down" }
end
"""
When I perform a Rack request to "http://example.com:123/test/index?param=value"
- Then I should receive the following Airbrake notification:
- | error message | RuntimeError: Rack down |
- | error class | RuntimeError |
- | parameters | param: value |
- | url | http://example.com:123/test/index?param=value |
+ Then I should receive a Airbrake notification for rack