rename parse_config back to parse_config_file

Signed-off-by: Dominik Richter <dominik@vulcanosec.com>
This commit is contained in:
Dominik Richter 2015-08-02 17:24:15 -07:00
parent 1344fba629
commit 6faf07aa7d

View file

@ -78,7 +78,7 @@ module Serverspec
PConfig.new(content, opts)
end
def config_file(file, opts={})
def parse_config_file(file, opts={})
p = PConfig.new(nil, opts)
p.parse_file(file)
p