Issues
- 3
False positive for RSpec/RedundantPredicateMatcher at `be_respond_to(:method, true)`
#2010 opened by Tietew - 0
RedundantPredicateMatcher is not a safe autocorrect
#2012 opened by luke-hill - 8
- 2
Fix git push in publish workflow
#1865 opened by bquorning - 0
RSpec/EmptyMetadata false positive with double splat
#2004 opened by tylerhunt - 11
`RSpec/SortMetadata` autocorrect can break context groups having additional description
#1946 opened by cbliard - 0
New cop to discourage `context` with only a single test
#2001 opened by fatkodima - 0
New cop to disallow before and a single test case
#2000 opened by fatkodima - 1
- 5
- 2
- 0
Remove deprecated method
#1986 opened by bquorning - 5
- 7
RSpec/Dialect causes a false negative when using below setting mentioned in the documentation
#1951 opened by sanfrecce-osaka - 5
Cop Idea: redundant `require '(spec|rails)_helper'`
#1939 opened by gondalez - 3
Negated predicate marker is not strict enough
#1966 opened by marcandre - 4
- 9
RSpec/UnspecifiedException appears to trigger if the subject function is named `raise_exception`
#1949 opened by aarestad - 1
- 4
RSpec/RepeatedSubjectCall flags a false positive
#1821 opened by luizkowalski - 1
- 2
- 2
PendingWithoutReason: a way to handle xcontext/xdescribe?
#1942 opened by zverok - 1
Cleanup warning: `max=` is deprecated. Use `exclude_limit <ParameterName>` instead.
#1937 opened by jdehaan - 4
`bundle exec erblint` is throwing error `cannot load such file -- rubocop/rspec/language/node_pattern (LoadError)`
#1934 opened by arinchoi03 - 6
RSpec/RepeatedExample false positive
#1932 opened by francois - 8
- 2
False negative for `RSpec/PredicateMatcher` when the expectations includes a custom assertion message
#1929 opened by Earlopain - 4
Update v3 migration guide with new gem names
#1926 opened by bmulholland - 4
Error with RSpec/ChangeByZero
#1921 opened by ryan-mcneil - 0
- 2
`RSpec/MultipleSubjects` and `RSpec/LeadingSubject` autocorrect removes subject used in tests
#1835 opened by boardfish - 8
`Autocorrect: contextual` causing error
#1916 opened by gavindidrichsen - 10
Consider enabling some of the pending cops
#1886 opened by bquorning - 5
- 4
Consider if any cops should be renamed
#1887 opened by bquorning - 4
Cop idea: Prevent using expect in let.
#1868 opened by marocchino - 4
RuboCop::RSpec::Language::NodePattern was removed
#1884 opened by bquorning - 0
Remove RSpec/Capybara/FeatureMethods
#1852 opened by bquorning - 0
Remove `RuboCop::RSpec::Language::NodePattern`
#1832 opened by ydah - 2
Docs namespaces don't match the real ones
#1874 opened by smcabrera - 2
FactoryBot/AssociationStyle behavior with nested traits
#1872 opened by jaydorsey - 0
- 6
RSpec/Rails/HaveHttpStatus autofix broke test suite
#1823 opened by VitaliySerov - 1
Error: "Ambiguous cop name `RSpec/Rails/HttpStatus`"
#1858 opened by Drowze - 1
Bug in parsing a beginless or endless range for the `RepeatedIncludeExample` cop
#1866 opened by hasghari - 1
Trusted publishing
#1827 opened by bquorning - 0
`RSpec/ExpectActual` autocorrects unsafely given a hash and a matcher without brackets
#1834 opened by boardfish - 1
RSpec/PredicateMatcher : does too many things
#1818 opened by tilo - 0
`RSpec/ChangeByZero`'s autocorrection causes syntax error if `by(0)` is split into separate lines
#1815 opened by r7kamura