Skip to content

Commit

Permalink
Merge remote-tracking branch 'binford2k/patch-1' into issue-165
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Ratcliffe committed Apr 5, 2018
2 parents 2e90f21 + 3a682aa commit 9c0d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onceover/testconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TestConfig

def initialize(file, opts = {})
begin
config = YAML.safe_load(File.read(file))
config = YAML.safe_load(File.read(file), [Symbol])
rescue Errno::ENOENT
raise "Could not find #{file}"
rescue Psych::SyntaxError
Expand Down

0 comments on commit 9c0d5c0

Please sign in to comment.