Sha256: d803a555e08de9a4b2e759199becce25a89e9568eec920c8b4103198e3fb0a8a

Contents?: true

Size: 372 Bytes

Versions: 2

Compression:

Stored size: 372 Bytes

Contents

require 'minitest/autorun'
require 'wasserstand'

class WasserstandTestCase < MiniTest::Unit::TestCase
  include Wasserstand

  def setup
    url = File.join(File.dirname(__FILE__), 'fixtures', 'pegelstaende_neu.xml')
    Wasserstand.waterway_provider = PegelOnline::WaterwayProvider.new(url)
    Wasserstand.level_provider = PegelOnline::LevelProvider.new(url)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wasserstand-0.0.7 test/helper.rb
wasserstand-0.0.6 test/helper.rb