diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ac373937..660e0755 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,5 +13,4 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - run: gem uninstall did_you_mean - run: bundle exec thor spec diff --git a/Gemfile b/Gemfile index 24450899..bc5f7c53 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,4 @@ group :test do gem "webmock" end -gem 'did_you_mean' - gemspec