Skip to content

Commit

Permalink
Merge pull request #144 from Shopify/fix_test_imports
Browse files Browse the repository at this point in the history
[Chore] Fix test requires
  • Loading branch information
paulomarg authored Aug 20, 2024
2 parents 5e81bba + e3eb677 commit da865d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ group :test do
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
gem "webmock"
gem "mocha"
end

gem "shopify_app", "~> 22.2"
1 change: 1 addition & 0 deletions web/test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

require "minitest/autorun"
require "webmock/minitest"
require "mocha/minitest"

module ActiveSupport
class TestCase
Expand Down

0 comments on commit da865d5

Please sign in to comment.