Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarwyatt committed Aug 15, 2018
1 parent 77ced32 commit 372c786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/links_out_config_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def default_taxonomy_grouping
end

def taxon_config
Rails.configuration.taxonomy_navigation_links_out || YAML.load(File.read("config/taxonomy_navigation_links_out.yml"))["default"]
Rails.configuration.taxonomy_navigation_links_out || YAML.safe_load(File.read("config/taxonomy_navigation_links_out.yml"))["default"]
end

def expected_supergroups(rule_level)
Expand Down

0 comments on commit 372c786

Please sign in to comment.