Sha256: d1f3f5b2bd4fc57bc4d31ce8297679f8b48b620c45b6cb090e8fd404854bdc0f

Contents?: true

Size: 373 Bytes

Versions: 17

Compression:

Stored size: 373 Bytes

Contents

class ActiveSupport::IntegrationCase < ActiveSupport::TestCase
  include Capybara::DSL
  include Rails.application.routes.url_helpers

  setup do
    # remove any accumulated metrics
    collector.delete_all
  end

  private

  def aggregate
    collector.aggregate
  end

  def collector
    Librato.tracker.collector
  end

  def counters
    collector.counters
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
librato-rails-1.4.2 test/support/integration_case.rb
librato-rails-1.4.1 test/support/integration_case.rb
librato-rails-1.4.0 test/support/integration_case.rb
librato-rails-1.4.0.beta test/support/integration_case.rb
librato-rails-1.3.0 test/support/integration_case.rb
librato-rails-1.2.0 test/support/integration_case.rb
librato-rails-1.1.0 test/support/integration_case.rb
librato-rails-1.0.0 test/support/integration_case.rb
librato-rails-0.12.0 test/support/integration_case.rb
librato-rails-0.12.0.beta test/support/integration_case.rb
librato-rails-0.11.1 test/support/integration_case.rb
librato-rails-0.11.0 test/support/integration_case.rb
librato-rails-0.10.3 test/support/integration_case.rb
librato-rails-0.10.2 test/support/integration_case.rb
librato-rails-0.10.1 test/support/integration_case.rb
librato-rails-0.10.0 test/support/integration_case.rb
librato-rails-0.10.0.pre1 test/support/integration_case.rb