Skip to content

Commit

Permalink
maybe rspec-github isn't worth it
Browse files Browse the repository at this point in the history
  • Loading branch information
rococodogs committed Aug 29, 2024
1 parent 357d2c2 commit 31bc2f5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
RAILS_SILENCE_DEPRECATIONS: true
run: |
mkdir /tmp/test-results
bundle exec rspec --backtrace --format RSpec::Github::Formatter --format RspecJunitFormatter --out /tmp/test-results/rspec.xml
bundle exec rspec --backtrace --format RspecJunitFormatter --out /tmp/test-results/rspec.xml
-
name: Publish RSpec report
uses: mikepenz/action-junit-report@v3
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ group :development, :test do
gem 'hyrax-spec', '~> 0.3.2'
gem 'rails-controller-testing', '~> 1.0.5'
gem 'rspec', '~> 3.10'
gem "rspec-github", "~> 2.4", require: false
gem 'rspec-its', '~> 1.1'
gem 'rspec_junit_formatter', '~> 0.4.1'
gem 'rspec-rails', '~> 5.1'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,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-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
Expand Down Expand Up @@ -1133,7 +1131,6 @@ DEPENDENCIES
redlock (>= 0.1.2, < 2.0)
rsolr (~> 2.5.0)
rspec (~> 3.10)
rspec-github (~> 2.4)
rspec-its (~> 1.1)
rspec-rails (~> 5.1)
rspec_junit_formatter (~> 0.4.1)
Expand Down
5 changes: 0 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@
ActiveRecord::Migration.maintain_test_schema!

RSpec.configure do |config|
if ENV['CI']
require 'rspec/github'
config.add_formatter RSpec::Github::Formatter
end

if ENV['RAILS_SILENCE_DEPRECATIONS']
Deprecation.default_deprecation_behavior = :silence
ActiveSupport::Deprecation.silenced = true
Expand Down

0 comments on commit 31bc2f5

Please sign in to comment.