diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 23fb665..e35f101 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -19,4 +19,4 @@ jobs: with: bundler-cache: true - name: Run tests - run: bundle exec rspec --format RSpec::Github::Formatter + run: bundle exec rspec diff --git a/Gemfile b/Gemfile index a187b61..e2e452e 100644 --- a/Gemfile +++ b/Gemfile @@ -15,4 +15,3 @@ gem "rubocop-rspec" gem "typhoeus" gem "vcr" gem "webmock" -gem "rspec-github", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 645985d..e3235ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,8 +55,6 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-github (2.4.0) - rspec-core (~> 3.0) rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) @@ -105,7 +103,6 @@ DEPENDENCIES liquid rake rspec - rspec-github rubocop rubocop-rspec typhoeus