Skip to content

Commit e8fa458

Browse files
committed
Fix typo in example_without_description_spec.rb
1 parent c155235 commit e8fa458

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)