test/helper.rb in airbrake-3.0.9 vs test/helper.rb in airbrake-3.1.0

- old
+ new

@@ -53,13 +53,9 @@ notify_airbrake(ActiveRecord::RecordNotFound.new("404")) render :text => "Success" end end -class AirbrakeController < ActionController::Base - include TestMethods -end - class Test::Unit::TestCase def request(action = nil, method = :get, user_agent = nil, params = {}) @request = ActionController::TestRequest.new @request.action = action ? action.to_s : ""