Skip to content

Use mocha instead of minitest/mock #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gemspec
gem "puma"
gem "sqlite3"
gem "debug", ">= 1.7.0"
gem "mocha"
gem "rubocop", "~> 1.48", require: false
gem "rubocop-shopify", "~> 2.13", require: false
gem "rubocop-minitest", "~> 0.30.0", require: false
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.18.0)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
net-imap (0.3.4)
date
net-protocol
Expand Down Expand Up @@ -197,6 +199,7 @@ GEM
rubocop-sorbet (0.7.0)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sorbet (0.5.10782)
sorbet-static (= 0.5.10782)
sorbet-runtime (0.5.10782)
Expand Down Expand Up @@ -245,6 +248,7 @@ PLATFORMS

DEPENDENCIES
debug (>= 1.7.0)
mocha
puma
rails_ruby_lsp!
rubocop (~> 1.48)
Expand Down
34 changes: 34 additions & 0 deletions sorbet/rbi/annotations/mocha.rbi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading