class SportDb::Test

Public Class Methods

data_dir() click to toggle source

todo/fix: find a better way to configure shared test datasets - why? why not?

note: use one-up (..) directory for now as default - why? why not?
# File lib/sportdb/structs.rb, line 45
def self.data_dir()        @data_dir ||= '../test'; end
data_dir=( path ) click to toggle source
# File lib/sportdb/structs.rb, line 46
def self.data_dir=( path ) @data_dir = path; end