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

Commit 2d1e973

Browse files
committed
Clarify current_example
1 parent bf6b862 commit 2d1e973

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/rspec/core.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@ def self.configure
101101
# The example being executed.
102102
#
103103
# The primary audience for this method is library authors who need access
104-
# to the example currently being executed and also want to support all
105-
# versions of RSpec 2 and 3.
104+
# to the example currently being executed and also wants to support RSpec 2.
106105
#
107-
# @example
106+
# @example support for RSpec version 2
108107
#
109108
# RSpec.configure do |c|
110109
# # context.example is deprecated, but RSpec.current_example is not

0 commit comments

Comments
 (0)