module MetricsSpec::Helpers

Public Instance Methods

localhost() click to toggle source
# File lib/metricsspec/helpers.rb, line 11
def localhost
  RSpec.configuration.host
end
metrics(query_string, **options) click to toggle source
# File lib/metricsspec/helpers.rb, line 3
def metrics(query_string, **options)
  return Metrics.new(query_string)
end