Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
- Loading branch information