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

Commit 66d4d2c

Browse files
committed
Merge pull request #2193 from rspec/make_reporter_public
Mark the reporter as public api
2 parents 5598c13 + fa6577c commit 66d4d2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Enhancements:
77
bit of memory. (Myron Marston, #2172)
88
* Apply hooks registered with `config` to previously defined groups.
99
(Myron Marston, #2189)
10+
* `RSpec::Core::Configuration#reporter` is now public API under semver.
11+
(Jon Rowe, #2193)
1012

1113
### 3.5.0.beta1 / 2016-02-06
1214
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.3...v3.5.0.beta1)

lib/rspec/core/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def play_onto(reporter)
825825
end
826826
end
827827

828-
# @private
828+
# @return [RSpec::Core::Reporter] the currently configured reporter
829829
def reporter
830830
# @reporter_buffer should only ever be set in this method to cover
831831
# initialization of @reporter.

0 commit comments

Comments
 (0)