Skip to content

Commit

Permalink
fix(rspec-core): make the output field readable for rspec-core 3.10.x (
Browse files Browse the repository at this point in the history
  • Loading branch information
danilogco authored Dec 20, 2021
1 parent f5f47dc commit f1f350e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rspec_sonarqube_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
require 'htmlentities'

class RspecSonarqubeFormatter
attr_reader :output

::RSpec::Core::Formatters.register self,
:start, :stop, :example_group_started, :example_started, :example_passed, :example_failed, :example_pending

Expand Down

0 comments on commit f1f350e

Please sign in to comment.