Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Oct 19, 2024
1 parent ab74cd8 commit a380322
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
gem 'minitest'
require 'set'
require 'minitest/autorun'

# Ruby 3.1 tests fail if Set is not explicitly loaded.
require 'set'

module TestHelper
SimpleUnsorted = %w(a b c d A B C D)
SimpleSorted = %w(A a B b C c D d)
Expand Down

0 comments on commit a380322

Please sign in to comment.