CP-10288 - Fix NoMethodError

pull/544/head
Bernardo Anderson 5 months ago
parent d0f024cf8d
commit 481cc226ee

@ -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'

Loading…
Cancel
Save