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

Commit 83cba5d

Browse files
committed
Fix doc string.
1 parent f54edee commit 83cba5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/core/suite_hooks_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module RSpec::Core
55
[:before, :after, :prepend_before, :append_before, :prepend_after, :append_after].each do |registration_method|
66
type = registration_method.to_s.split('_').last
77

8-
describe "a `:suite` hook registered with `#{registration_method}" do
8+
describe "a `:suite` hook registered with `#{registration_method}`" do
99
it 'is skipped when in dry run mode' do
1010
RSpec.configuration.dry_run = true
1111

0 commit comments

Comments
 (0)