test/test_config.rb in sportdb-config-0.0.1 vs test/test_config.rb in sportdb-config-0.1.0
- old
+ new
@@ -9,9 +9,11 @@
class TestConfig < MiniTest::Test
def test_teams
+ SportDb::Import.config.clubs_dir = '../../../openfootball/clubs'
+
pp SportDb::Import.config.teams
assert true ## assume ok if we get here
end # method test_teams