Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rubocop/rubocop-rspec issues and pull requests
#1792 - Implement #negated? in superclass
Pull Request -
State: closed - Opened by bquorning 10 months ago
- 1 comment
#1791 - feat: support correcting `*_in_delta` assertions in `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1790 - refactor: encapsulate minitest assertion matchers
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1789 - feat: support some "predicate" assertions in `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1788 - test: add missing cases for "include" matchers
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1787 - test: group minitest "empty" assertions in their own context
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1786 - Add support for `assert_true` and `assert_false` to `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by ydah 10 months ago
- 9 comments
#1785 - docs: regenerate with new contributor notice
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1784 - fix: support asserts with messages in `Rspec/BeEmpty`
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1783 - feat: support "match" assertions in `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by G-Rath 10 months ago
- 4 comments
#1781 - RSpec/RedundantPredicateMatcher autocorrect on be_match is not safe
Issue -
State: open - Opened by Tietew 10 months ago
- 1 comment
#1780 - feat: support `*_instance_of` in `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1779 - feat: support `*_includes` assertions in `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1778 - Add support `assert_empty`, `assert_not_empty` and `refute_empty` for `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by ydah 10 months ago
- 2 comments
#1777 - Remove unnecessary VersionChanged
Pull Request -
State: closed - Opened by ydah 10 months ago
#1776 - feat: support `assert_not_equal` and `assert_not_nil` in `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by G-Rath 10 months ago
#1775 - Add a case for `be_all` fixes to the `RSpec/RedundantPredicateMatcher` documentation
Pull Request -
State: closed - Opened by ydah 10 months ago
#1774 - `undefined method 'each_node' for nil` with Ruby 3.3
Issue -
State: closed - Opened by AlexWayfer 11 months ago
- 7 comments
#1773 - feat: support correcting `assert_nil` and `refute_nil` to `RSpec/Rails/MinitestAssertions`
Pull Request -
State: closed - Opened by G-Rath 11 months ago
- 4 comments
#1772 - Mark `RSpec/RedundantPredicateMatcher` as `Safe: false`
Pull Request -
State: closed - Opened by koic 11 months ago
- 11 comments
#1771 - Bump version to v2.26.1
Pull Request -
State: closed - Opened by bquorning 11 months ago
#1770 - Remove unnecessary constants
Pull Request -
State: closed - Opened by ydah 11 months ago
- 2 comments
#1769 - Follow up https://github.com/rubocop/rubocop-rspec/pull/1768#discussion_r1442928428
Pull Request -
State: closed - Opened by ydah 11 months ago
- 1 comment
#1768 - Fix an error for `RSpec/SharedExamples` when using examples without argument
Pull Request -
State: closed - Opened by ydah 11 months ago
- 1 comment
#1767 - RSpec/ExampleWording incorrectly correct some texts
Issue -
State: closed - Opened by mobilutz 11 months ago
- 9 comments
#1766 - `RSpec/RedundantPredicateMatcher` says `Use all instead of be_all.` but it cannot
Issue -
State: closed - Opened by znz 11 months ago
- 2 comments
#1765 - v2.26.0 regression: `undefined method 'sym_type?' for nil:NilClass`
Issue -
State: closed - Opened by jtannas 11 months ago
- 3 comments
Labels: bug
#1764 - Fix a false positive for RSpec/ExpectActual with rspec-rails
Pull Request -
State: closed - Opened by naveg 11 months ago
#1763 - Bump version to v2.26.0
Pull Request -
State: closed - Opened by bquorning 11 months ago
- 5 comments
#1762 - Add a CODEOWNERS file
Pull Request -
State: closed - Opened by bquorning 11 months ago
#1761 - Use squiggly heredocs wherever possible
Pull Request -
State: closed - Opened by bquorning 11 months ago
#1760 - Expand Rails/HttpStatusCode pattern recognition?
Issue -
State: closed - Opened by ericproulx 11 months ago
- 5 comments
Labels: enhancement, help wanted, good first issue
#1759 - Use Ruby 3.3 in GHA jobs
Pull Request -
State: closed - Opened by ydah 11 months ago
- 1 comment
#1758 - Add Ruby 3.3 to CI matrix
Pull Request -
State: closed - Opened by m-nakamura145 11 months ago
- 2 comments
#1757 - Ensure PendingWithoutReason can detect violations inside shared groups
Pull Request -
State: closed - Opened by robinaugh 11 months ago
#1756 - `PendingWithoutReason` does not flag violations inside `shared_examples` and similar blocks
Issue -
State: closed - Opened by robinaugh 11 months ago
- 2 comments
#1755 - Is RSpec/ReceiveNever even a valid cop?
Issue -
State: open - Opened by ekohl 11 months ago
- 2 comments
#1754 - Cop Idea: Only xstr in description
Issue -
State: closed - Opened by ydah 11 months ago
- 4 comments
Labels: cop
#1753 - RSpec/Capybara/FeatureMethods auto-correct is not safe
Issue -
State: closed - Opened by jeppester 12 months ago
- 3 comments
#1752 - Make RSpec/ExampleWording handle "it will" future tense
Pull Request -
State: closed - Opened by jdufresne 11 months ago
- 3 comments
#1751 - RSpec/ExampleWording: autocorrect "it will" (future tense) to the present tense
Issue -
State: closed - Opened by jdufresne 11 months ago
#1750 - RSpec/Rails/InferredSpecType doesn't check to see if you're actually using Rails
Issue -
State: closed - Opened by bunnymatic 12 months ago
- 2 comments
#1749 - Add new RSpec/RemoveConst cop
Pull Request -
State: closed - Opened by swelther 12 months ago
- 3 comments
#1748 - Cop idea: Don't use `remove_const` in specs
Issue -
State: closed - Opened by swelther 12 months ago
- 1 comment
#1746 - Add support for enforcing symbolized shared examples
Pull Request -
State: closed - Opened by jessieay 12 months ago
- 7 comments
#1745 - RSpec/Capybara/FeatureMethods auto-correct is not safe
Issue -
State: open - Opened by jeppester 12 months ago
#1744 - Enable a few pending cops
Pull Request -
State: closed - Opened by bquorning 12 months ago
#1743 - Cop idea: a cop similar to the `Style/RedundantLineContinuation`
Issue -
State: open - Opened by ydakuka 12 months ago
- 1 comment
#1742 - Cops Idea: NegativeSpecifiedException
Issue -
State: open - Opened by marocchino almost 1 year ago
- 1 comment
#1741 - Improve `RSpec/DescribedClass` cop
Issue -
State: closed - Opened by ydakuka about 1 year ago
- 8 comments
Labels: enhancement, help wanted, good first issue
#1740 - Correct for `Layout/ExtraSpacing`
Pull Request -
State: closed - Opened by ydah about 1 year ago
#1739 - Refactor for `RSpec/BeforeAfterAll`
Pull Request -
State: closed - Opened by ydah about 1 year ago
- 1 comment
#1738 - Improve document for `RSpec/BeforeAfterAll`
Pull Request -
State: closed - Opened by ydah about 1 year ago
#1737 - Add the excessive_create_list FactoryBot cop
Pull Request -
State: closed - Opened by ddieulivol about 1 year ago
- 3 comments
#1736 - Bump version to v2.25.0
Pull Request -
State: closed - Opened by bquorning about 1 year ago
#1735 - Cop idea: RSpecRails/RequestUrlHelper
Issue -
State: open - Opened by phil-workato about 1 year ago
#1734 - Extract rspec-rails cops
Issue -
State: closed - Opened by bquorning about 1 year ago
- 3 comments
#1733 - False positive for `RSpec/PendingWithoutReason` cop
Issue -
State: open - Opened by ydakuka about 1 year ago
- 2 comments
#1732 - Cop idea: Avoid `example` keyword
Issue -
State: closed - Opened by ydakuka about 1 year ago
- 4 comments
Labels: wontfix
#1731 - RSpec/MetadataStyle: Fix false positive for multiple strings preceding metadata
Pull Request -
State: closed - Opened by franzliedke about 1 year ago
- 4 comments
#1730 - Follow up #1692
Pull Request -
State: closed - Opened by ydah about 1 year ago
- 2 comments
#1729 - Add documentation for `RSpec/ExampleLength` configuration option `CountAsOne: [method_call]`
Pull Request -
State: closed - Opened by ydah about 1 year ago
- 2 comments
#1728 - RSpec/ExampleLength supports undocumented method_call as CountAsOne value
Issue -
State: closed - Opened by kpalmvik about 1 year ago
#1727 - Bump version to v2.24.1
Pull Request -
State: closed - Opened by bquorning about 1 year ago
#1726 - Change to be inline disable for `RSpec/SpecFilePathFormat` like `RSpec/FilePath`
Pull Request -
State: closed - Opened by ydah about 1 year ago
- 5 comments
#1725 - Add support single quoted string and percent string and heredoc for `RSpec/Rails/HttpStatus`
Pull Request -
State: closed - Opened by ydah about 1 year ago
#1724 - Cop idea: Disallowed list of spec conditions
Issue -
State: open - Opened by gaffneyc about 1 year ago
- 3 comments
Labels: cop
#1723 - Complete the deprecation of RSpec/FilePath
Issue -
State: closed - Opened by bquorning about 1 year ago
#1722 - Add new RSpec/RepeatedSubjectCall cop
Pull Request -
State: closed - Opened by drcapulet about 1 year ago
- 11 comments
#1721 - Improve for project_spec
Pull Request -
State: closed - Opened by ydah about 1 year ago
#1720 - Bug in `RSpec/SpecFilePathFormat` inline disables?
Issue -
State: closed - Opened by dgollahon about 1 year ago
- 6 comments
#1719 - Capybara/FeatureMethods identifies `given` calls from other DSLs.
Issue -
State: closed - Opened by ccutrer about 3 years ago
- 9 comments
#1718 - Fix an error when using `RSpec/FilePath` and revert to enabled by default
Pull Request -
State: closed - Opened by ydah about 1 year ago
- 10 comments
#1717 - `RSpec/FilePath` split is disabled by default
Issue -
State: closed - Opened by splattael about 1 year ago
- 13 comments
#1716 - Add configuration option `CustomTransformPatterns` to `RSpec/SpecFilePathFormat`
Pull Request -
State: closed - Opened by ydah about 1 year ago
- 13 comments
#1715 - Cop idea: Prefer `#change` over `#round` for Time/DateTime
Issue -
State: open - Opened by ydakuka about 1 year ago
- 9 comments
#1714 - RSpec/MetadataStyle: False positives and syntax-breaking autocorrects
Issue -
State: closed - Opened by franzliedke about 1 year ago
- 1 comment
Labels: bug
#1713 - RSpec/MetadataStyle: Use symbol style for metadata failing on boolean value
Issue -
State: closed - Opened by Alex-450 about 1 year ago
- 1 comment
Labels: duplicate
#1712 - Partial Incorrect Flag/Bug: RSpec/MissingExampleGroupArgument
Issue -
State: closed - Opened by luke-hill about 1 year ago
- 2 comments
#1711 - `RSpec/MetadataStyle` | `js: true` is invalid
Issue -
State: closed - Opened by phylor about 1 year ago
- 4 comments
#1710 - Fix an error when using `inherit_gem: rubocop-rspec: config/default.yml`
Pull Request -
State: closed - Opened by ydah about 1 year ago
- 1 comment
#1709 - Cop idea: Model Validations
Issue -
State: open - Opened by ydakuka about 1 year ago
- 1 comment
#1708 - Bump version to v2.24.0
Pull Request -
State: closed - Opened by bquorning about 1 year ago
- 6 comments
#1707 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#1706 - Docs: Avoid confusion with be_truthy, etc.
Pull Request -
State: closed - Opened by bquorning about 1 year ago
#1705 - Cop idea: Prefer `#be_within` over `#round`
Issue -
State: open - Opened by ydakuka about 1 year ago
#1704 - Fix a false positive `RSpec/Focus` when chained method call and inside define method
Pull Request -
State: closed - Opened by ydah about 1 year ago
#1703 - Add support `RSpec/Rails/HttpStatus` when `have_http_status` with string argument
Pull Request -
State: closed - Opened by ydah about 1 year ago
#1702 - Improve RSpec/Rails/HttpStatus cop
Issue -
State: closed - Opened by ydakuka about 1 year ago
- 1 comment
Labels: enhancement
#1701 - FilePath deficiencies
Issue -
State: open - Opened by pirj about 1 year ago
- 3 comments
Labels: bug
#1700 - Improvement: Configurable option for `Rails/TransactionExitStatement`
Issue -
State: closed - Opened by marocchino over 1 year ago
- 2 comments
#1699 - Add new `RSpec/MultipleTestTargetsPerSpecFile` cop
Pull Request -
State: closed - Opened by ydah over 1 year ago
- 2 comments
#1698 - Split `RSpec/FilePath` into `RSpec/SpecFilePathSuffix` and `RSpec/SpecFilePathFormat`
Pull Request -
State: closed - Opened by ydah over 1 year ago
- 1 comment
#1697 - Fix autocorrect in `RSpec/ReceiveMessages`
Pull Request -
State: closed - Opened by marocchino over 1 year ago
- 1 comment
#1696 - Fix infinite loop in ExcessiveDocstringSpacing
Pull Request -
State: closed - Opened by bcgraham over 1 year ago
- 3 comments
#1695 - Improvement: RSpec/FilePath cop should inspect better
Issue -
State: open - Opened by ydakuka over 1 year ago
#1694 - Add new `RSpec/RedundantPredicateMatcher` cop
Pull Request -
State: closed - Opened by ydah over 1 year ago
- 3 comments
#1693 - Bump version to v2.23.2
Pull Request -
State: closed - Opened by bquorning over 1 year ago
#1692 - Correct some offenses for RuboCop v1.56.0
Pull Request -
State: closed - Opened by ydah over 1 year ago
#1691 - Cop idea: Move nested modules to separate specs
Issue -
State: open - Opened by ydakuka over 1 year ago
- 2 comments
Labels: cop