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

Commit ea8554a

Browse files
committed
Remove trailing whitespace
1 parent f0d7b27 commit ea8554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/pending.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class PendingExampleFixedError < StandardError; end
5757
# a failure from the code in the `before` hook will prevent the example
5858
# from being considered pending, as the example body would not be
5959
# executed. If you need to consider hooks as pending as well you can use
60-
# the pending metadata as an alternative, e.g.
60+
# the pending metadata as an alternative, e.g.
6161
# `it "does something", pending: "message"`.
6262
def pending(message=nil)
6363
current_example = RSpec.current_example

0 commit comments

Comments
 (0)