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

Commit 1ee0f91

Browse files
committed
fixup! Fix misleading example group title in docs
1 parent d4c9d8e commit 1ee0f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rspec/core/pending.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ class PendingExampleFixedError < StandardError; end
5252
# end
5353
# end
5454
#
55-
# @example Alternatively, you can use the `pending` example method:
55+
# @example Alternatively, you can use the `pending` example alias method:
5656
#
57-
# describe "an example" do
57+
# describe "SomeClass" do
5858
# pending "does not implement something yet" do
5959
# # ...
6060
# end

0 commit comments

Comments
 (0)