features/step_definitions/rack_steps.rb in airbrake-3.0.9 vs features/step_definitions/rack_steps.rb in airbrake-3.1.0

- old
+ new

@@ -16,5 +16,8 @@ file.puts "body.each { |part| print part }" end @terminal.run("ruby #{request_file}") end +Then /^I should receive a Airbrake notification for rack$/ do + Then %{I should see "You have accessed a deleted account."} +end