diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index db91da56..16152f62 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -1,5 +1,11 @@ # frozen_string_literal: true +class Rollbar + def self.info(*_args); end + def self.warning(*_args); end + def self.error(*_args); end +end + require 'spec_helper' ENV['RAILS_ENV'] ||= 'test' ENV['TZ'] ||= 'UTC'