File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Enhancements:
7
7
bit of memory. (Myron Marston, #2172 )
8
8
* Apply hooks registered with ` config ` to previously defined groups.
9
9
(Myron Marston, #2189 )
10
+ * ` RSpec::Core::Configuration#reporter ` is now public API under semver.
11
+ (Jon Rowe, #2193 )
10
12
11
13
### 3.5.0.beta1 / 2016-02-06
12
14
[ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.4.3...v3.5.0.beta1 )
Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ def play_onto(reporter)
825
825
end
826
826
end
827
827
828
- # @private
828
+ # @return [RSpec::Core::Reporter] the currently configured reporter
829
829
def reporter
830
830
# @reporter_buffer should only ever be set in this method to cover
831
831
# initialization of @reporter.
You can’t perform that action at this time.
0 commit comments