Skip to content

Commit

Permalink
back to regular load
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Dec 12, 2024
1 parent e6925bb commit 56b2a41
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.safe_load(File.join(File.dirname(__FILE__), 'filters.yaml'))
FILTER = YAML.load_file(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 56b2a41

Please sign in to comment.