Sha256: a504b86baad668e6b1566c3dfc2a631494e25a1d32f6dd78f001335bf7fc412e

Contents?: true

Size: 630 Bytes

Versions: 23

Compression:

Stored size: 630 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic"s license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

require "grape"
require "newrelic_rpm"
require './grape_test_api'

class UnsupportedGrapeTest < Minitest::Test
  include Rack::Test::Methods
  include MultiverseHelpers

  if ::Grape::VERSION == '0.1.5'
    def app
      GrapeTestApi
    end

    def test_unsupported_version
      get '/grape_ape'
      get '/grape_ape/1'
      post '/grape_ape', {}
      put '/grape_ape/1', {}
      delete '/grape_ape/1'

      assert_no_metrics_match(/grape_ape/)
    end
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
newrelic_rpm-3.17.2.327 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.17.1.326 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.17.0.325 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.16.3.323 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.16.2.321 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.16.1.320 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.16.0.318 test/multiverse/suites/grape/unsupported_version_test.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.15.2.317 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.15.1.316 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.15.0.314 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.14.3.313 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.14.2.312 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.14.1.311 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.14.0.305 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.13.2.302 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.13.1.300 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.13.0.299 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.12.1.298 test/multiverse/suites/grape/unsupported_version_test.rb
newrelic_rpm-3.12.0.288 test/multiverse/suites/grape/unsupported_version_test.rb