rubocop / rubocop-rspec

Code style checking for RSpec files.
https://docs.rubocop.org/rubocop-rspec
MIT License
805 stars 277 forks source link

Fix some rubocop offenses #1873

Closed ydah closed 5 months ago

ydah commented 5 months ago
spec/rubocop/cop/rspec/repeated_example_group_description_spec.rb:93:6: C: [Corrected] InternalAffairs/ExampleDescription: Description does not match use of expect_offense.
  it 'register offense for different example group with similar descriptions' do
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
spec/rubocop/cop/rspec/repeated_example_group_description_spec.rb:93:81: C: Layout/LineLength: Line is too long. [81/80]
  it 'registers offense for different example group with similar descriptions' do
                                                                                ^
spec/rubocop/cop/rspec/repeated_example_group_description_spec.rb:201:6: C: [Corrected] InternalAffairs/ExampleDescription: Description does not match use of expect_offense.
  it 'register offense if same method used in docstring' do
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Before submitting the PR make sure the following are checked: