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

Commit 5aecd52

Browse files
Create base_formatter.rb
BaseTextFormatter inherits BaseFromatter but BaseFormatters comments says "RSpec's built-in formatters are all subclasses of RSpec::Core::Formatters::BaseTextFormatter."
1 parent edc7ce2 commit 5aecd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/formatters/base_formatter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module RSpec
55
module Core
66
module Formatters
77
# RSpec's built-in formatters are all subclasses of
8-
# RSpec::Core::Formatters::BaseTextFormatter.
8+
# RSpec::Core::Formatters::BaseFormatter.
99
#
1010
# @see RSpec::Core::Formatters::BaseTextFormatter
1111
# @see RSpec::Core::Reporter

0 commit comments

Comments
 (0)