Skip to content

Commit

Permalink
Fix: Add missing require 'benchmark' to scrubbers_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4n3-yoon authored and flavorjones committed Aug 13, 2024
1 parent f461d2a commit e1c1537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scrubbers_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "benchmark"
require "minitest/autorun"
require "rails-html-sanitizer"

Expand Down

0 comments on commit e1c1537

Please sign in to comment.