Skip to content

Commit

Permalink
fix casing in Minitest constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent 49859d2 commit c91ee35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
Rails.backtrace_cleaner.remove_silencers!

# Support MiniTest 4/5
Minitest::Test = MiniTest::Unit::TestCase unless defined? Minitest::Test
Minitest::Test = Minitest::Unit::TestCase unless defined? Minitest::Test

class IntegrationTest < MiniTest::Spec
class IntegrationTest < Minitest::Spec
include Capybara::DSL
register_spec_type(/integration$/, self)
end

0 comments on commit c91ee35

Please sign in to comment.