Sha256: 6fb20545898c008d12a0b141d9a738cb43b0b77d1e401bd796e5eacfbcc33920
Contents?: true
Size: 421 Bytes
Versions: 3
Compression:
Stored size: 421 Bytes
Contents
# encoding: utf-8 ### # to run use # ruby -I ./lib -I ./test test/test_config.rb require 'helper' class TestConfig < MiniTest::Test def test_teams SportDb::Import.config.clubs_dir = '../../../openfootball/clubs' pp SportDb::Import.config.teams pp SportDb::Import.config.errors assert true ## assume ok if we get here end # method test_teams end # class TestConfig
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sportdb-config-0.3.0 | test/test_config.rb |
sportdb-config-0.2.3 | test/test_config.rb |
sportdb-config-0.2.2 | test/test_config.rb |