features/support/rake/Rakefile in airbrake-3.1.6 vs features/support/rake/Rakefile in airbrake-3.1.7

- old
+ new

@@ -43,11 +43,10 @@ raise_exception end module Airbrake def self.notify_or_ignore(*args) - # TODO if you need to check more params, you'll have to use json.dump or something - $stderr.puts "airbrake #{args[1][:component]}" + $stderr.puts "[airbrake] #{args[1][:component]}" end end def stub_empty_sender Airbrake.sender = nil