module Barometer::Support::Matchers

Public Instance Methods

have_data(*paths) click to toggle source
# File lib/barometer/support/matchers/have_data.rb, line 7
def have_data(*paths)
  HaveData.new(*paths)
end
have_field(field) click to toggle source
# File lib/barometer/support/matchers/have_field.rb, line 6
def have_field(field)
  HaveField.new(field)
end
have_forecast(*paths) click to toggle source
# File lib/barometer/support/matchers/have_forecast.rb, line 7
def have_forecast(*paths)
  HaveForecast.new(*paths)
end