Searched refs:config_file (Results 1 – 1 of 1) sorted by relevance
51 def self.grab_config(config_file) argument53 unless config_file.nil? || config_file.empty?55 yaml_guts = YAML.load_file(config_file)57 raise "No :unity or :cmock section found in #{config_file}" unless options