Sha256: 378df7f3bf3b7c20ad7a82f089e6d9e03b2e77ea7a9f3f7573ab5d329ec5662f

Contents?: true

Size: 353 Bytes

Versions: 7

Compression:

Stored size: 353 Bytes

Contents

## note: use the local version of sportdb gems
$LOAD_PATH.unshift( File.expand_path( '../sportdb-formats/lib' ))

## minitest setup
require 'minitest/autorun'


## our own code
require 'sportdb/config'


SportDb::Import.config.clubs_dir   = '../../../openfootball/clubs'
SportDb::Import.config.leagues_dir = '../../../openfootball/leagues'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sportdb-config-1.1.1 test/helper.rb
sportdb-config-1.1.0 test/helper.rb
sportdb-config-1.0.4 test/helper.rb
sportdb-config-1.0.3 test/helper.rb
sportdb-config-1.0.2 test/helper.rb
sportdb-config-1.0.1 test/helper.rb
sportdb-config-1.0.0 test/helper.rb