Skip to content

RSpec/RepeatedDescription take metadata into account #873

@lazycoder9

Description

@lazycoder9

According to this comment from @pirj, there is an issue with RSpec/RepeatedDescription cop. This issue does not take metadata of examples into account and registers offense for examples like

it 'do something' do
  # ...
end

it 'do something', :flag do
  # ...
end

And examples above should not be flagged

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions