class Utils::Config::ConfigFile::Probe
def include_dirs_argument
def include_dirs_argument Array(include_dirs) * ':' end
def initialize(&block)
def initialize(&block) super test_frameworks_allowed = [ :'test-unit', :rspec ] test_frameworks_allowed.include?(test_framework) or raise ConfigFileError, "test_framework has to be in #{test_frameworks_allowed.inspect}" end