lib/generators/airbrake_initializer.rb.erb in airbrake-8.0.0.rc.9 vs lib/generators/airbrake_initializer.rb.erb in airbrake-8.0.0

- old
+ new

@@ -45,10 +45,10 @@ # Setting this option allows Airbrake to filter exceptions occurring in # unwanted environments such as :test. # NOTE: This option *does not* work if you don't set the 'environment' option. # https://github.com/airbrake/airbrake-ruby#ignore_environments - c.ignore_environments = %w(test) + c.ignore_environments = %w[test] # A list of parameters that should be filtered out of what is sent to # Airbrake. By default, all "password" attributes will have their contents # replaced. # https://github.com/airbrake/airbrake-ruby#blacklist_keys