We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f30d344 + 3b5aa8a commit a08f479Copy full SHA for a08f479
2 files changed
Gemfile.lock
@@ -30,7 +30,7 @@ GEM
30
loofah (2.21.3)
31
crass (~> 1.0.2)
32
nokogiri (>= 1.12.0)
33
- minitest (5.16.3)
+ minitest (5.20.0)
34
nokogiri (1.15.4-arm64-darwin)
35
racc (~> 1.4)
36
nokogiri (1.15.4-x86_64-darwin)
test/cop_test.rb
@@ -3,7 +3,7 @@
3
require "action_view"
4
require "minitest"
5
6
-class CopTest < MiniTest::Test
+class CopTest < Minitest::Test
7
def cop_class
8
raise NotImplementedError
9
end
0 commit comments