Skip to content

Commit 10332a2

Browse files
authored
Merge pull request #1977 from rubocop/fix-typo
Fix typo in example_without_description_spec.rb
2 parents c155235 + e8fa458 commit 10332a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rubocop/cop/rspec/example_without_description_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
RUBY
8585
end
8686

87-
it 'ignores `specify` missing decripton in multi-line examples' do
87+
it 'ignores `specify` missing description in multi-line examples' do
8888
expect_no_offenses(<<~RUBY)
8989
specify do
9090
expect(subject).to be_good

0 commit comments

Comments
 (0)