lib/cide/config_file.rb in cide-0.9.1 vs lib/cide/config_file.rb in cide-0.9.2

- old
+ new

@@ -100,9 +100,9 @@ def self.find_config(dir) paths = CONFIG_FILES.map { |name| File.expand_path(name, dir) } paths .find { |path| File.exist?(path) } || - fail("Config not found among these paths: #{paths.inspect}") + raise("Config not found among these paths: #{paths.inspect}") end end end