Sha256: 6de546afe962f59abb23b48af088ec1808550a2735f05aa9c80dce1ae131cabd

Contents?: true

Size: 311 Bytes

Versions: 11

Compression:

Stored size: 311 Bytes

Contents

RSpec.configure do |config|
  config.before(:suite) do
    # Mock the NewRelic::Agent::MethodTracer module
    module NewRelic
      module Agent
        module MethodTracer
          def trace_execution_scoped
          end

          def add_method_tracer
          end
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
allscripts_unity_client-2.2.4 spec/support/new_relic.rb
allscripts_unity_client-2.2.3 spec/support/new_relic.rb
allscripts_unity_client-2.2.2 spec/support/new_relic.rb
allscripts_unity_client-2.2.0 spec/support/new_relic.rb
allscripts_unity_client-2.1.6 spec/support/new_relic.rb
allscripts_unity_client-2.1.5 spec/support/new_relic.rb
allscripts_unity_client-2.1.4 spec/support/new_relic.rb
allscripts_unity_client-2.1.3 spec/support/new_relic.rb
allscripts_unity_client-2.1.2 spec/support/new_relic.rb
allscripts_unity_client-2.1.1 spec/support/new_relic.rb
allscripts_unity_client-2.1.0 spec/support/new_relic.rb