Skip to content

Commit

Permalink
Update spec_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere authored Nov 25, 2024
1 parent 568b636 commit b90b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ISSN = Hash.new { |h,k| h[k] = [] }
TITLES = Hash.new { |h,k| h[k] = [] }
FILTER = YAML.load_file(File.join(File.dirname(__FILE__), 'filters.yaml'))
FILTER = YAML.safe_load(File.join(File.dirname(__FILE__), 'filters.yaml'))

EXTRA_FILES = Dir[File.join(STYLE_ROOT, '**', '*')].reject do |file|
basedir = file.sub(STYLE_ROOT + "/","").partition("/")[0]
Expand Down

0 comments on commit b90b81a

Please sign in to comment.