We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e380311 + 464200b commit 39afb36Copy full SHA for 39afb36
2 files changed
Gemfile
@@ -6,6 +6,7 @@ source "https://rubygems.org"
6
gemspec
7
8
gem "minitest"
9
+gem "minitest-mock"
10
11
group :development do
12
gem "debug"
Gemfile.lock
@@ -32,7 +32,9 @@ GEM
32
language_server-protocol (3.17.0.5)
33
lint_roller (1.1.0)
34
logger (1.7.0)
35
- minitest (5.27.0)
+ minitest (6.0.0)
36
+ prism (~> 1.5)
37
+ minitest-mock (5.27.0)
38
minitest-reporters (1.7.1)
39
ansi
40
builder
@@ -127,6 +129,7 @@ DEPENDENCIES
127
129
bundler (>= 2.2.10)
128
130
debug
131
minitest
132
+ minitest-mock
133
minitest-reporters
134
rake (~> 13.3.0)
135
rubocop-shopify
0 commit comments