Sha256: 945d2c340aa12c614dfd34018558e43b5920a86184fb30e257f86ff996661778

Contents?: true

Size: 323 Bytes

Versions: 7

Compression:

Stored size: 323 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rack/test'

RSpec.configure do |config|
  config.include Rack::Test::Methods
  config.before do
    DependencyDetection.detect!
  end
end

require 'grape'
require 'newrelic_rpm'
require 'newrelic-grape'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic-grape-2.0.0 spec/spec_helper.rb
newrelic-grape-1.4.1 spec/spec_helper.rb
newrelic-grape-1.3.1 spec/spec_helper.rb
newrelic-grape-1.3.0 spec/spec_helper.rb
newrelic-grape-1.2.1 spec/spec_helper.rb
newrelic-grape-1.2.0 spec/spec_helper.rb
newrelic-grape-1.1.0 spec/spec_helper.rb