Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 7fc50b6

Browse files
author
Udalov Igor
committed
c
1 parent b422b3c commit 7fc50b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/unity/spec/support/ci_formatter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
require 'rspec/core'
44

5-
RSpec::Support.require_rspec_core 'formatters/base_text_formatter'
5+
RSpec::Support.require_rspec_core 'formatters/progress_formatter'
66

7-
class CiFormatter < RSpec::Core::Formatters::BaseTextFormatter
7+
class CiFormatter < RSpec::Core::Formatters::ProgressFormatter
88
RSpec::Core::Formatters.register self
99

1010
def example_pending(_); end

0 commit comments

Comments
 (0)