From 99ae3498664f25fe02114e0a2e6fe478bdc8e010 Mon Sep 17 00:00:00 2001 From: Julio Monteiro Date: Wed, 22 Aug 2012 15:05:38 -0300 Subject: [PATCH] Updating comment with right method and URL --- spec/controllers/notices_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/notices_controller_spec.rb b/spec/controllers/notices_controller_spec.rb index 3673dd4..b0beb4a 100644 --- a/spec/controllers/notices_controller_spec.rb +++ b/spec/controllers/notices_controller_spec.rb @@ -21,7 +21,7 @@ describe NoticesController do request.should_receive(:raw_post).and_return(@xml) post :create response.should be_success - # Same RegExp from Airbrake::UserInformer#replacement (https://github.com/airbrake/airbrake/blob/master/lib/airbrake/user_informer.rb#L8) + # Same RegExp from Airbrake::Sender#send_to_airbrake (https://github.com/airbrake/airbrake/blob/master/lib/airbrake/sender.rb#L53) # Inspired by https://github.com/airbrake/airbrake/blob/master/test/sender_test.rb response.body.should match(%r{]*>#{@notice.id}}) end -- libgit2 0.21.2