Skip to content

Commit

Permalink
Use new class name Minitest instead of MiniTest
Browse files Browse the repository at this point in the history
  • Loading branch information
svoop committed Jul 27, 2023
1 parent 4342443 commit ac87743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -15,7 +15,7 @@
require 'minitest/focus'
require Pathname(__dir__).join('factory')

class MiniTest::Spec
class Minitest::Spec
class << self
alias_method :context, :describe
end
Expand Down

0 comments on commit ac87743

Please sign in to comment.