jam-cloud/ruby/spec/support/bugsnag_stub.rb

7 lines
66 B
Ruby

class Bugsnag
def self.notify(e, &block)
# no-op
end
end