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

Commit badfb72

Browse files
committed
Fix typo: "Rspec" => "RSpec".
1 parent 68f15c0 commit badfb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/shared_example_group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def shared_examples(*args, &block)
5757
alias_method :shared_examples_for, :shared_examples
5858

5959
def share_as(name, &block)
60-
RSpec.deprecate("Rspec::Core::SharedExampleGroup#share_as",
60+
RSpec.deprecate("RSpec::Core::SharedExampleGroup#share_as",
6161
:replacement => "RSpec::SharedContext or shared_examples")
6262
Registry.add_const('main', name, &block)
6363
end

0 commit comments

Comments
 (0)