diff --git a/lib/rspec/core.rb b/lib/rspec/core.rb index 2f10014b2e..efe03d060a 100644 --- a/lib/rspec/core.rb +++ b/lib/rspec/core.rb @@ -101,10 +101,9 @@ def self.configure # The example being executed. # # The primary audience for this method is library authors who need access - # to the example currently being executed and also want to support all - # versions of RSpec 2 and 3. + # to the example currently being executed. # - # @example + # @example support for RSpec version 2 # # RSpec.configure do |c| # # context.example is deprecated, but RSpec.current_example is not