Update rubocop-rspec 2.26.1 → 2.27.0 (minor) #190
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rspec (2.26.1 → 2.27.0) · Repo · Changelog
Release Notes
2.27.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 74 commits:
Merge pull request #1819 from rubocop/release
Bump version to v2.27
Merge pull request #1666 from rubocop/feature/1658
Add new `RSpec/IsExpectedSpecify` cop
Merge pull request #1816 from rubocop/fix1815
Merge pull request #1817 from rubocop/fix-rspec-4-on-ci
CI: Fix the RSpec 4 job
Fix an incorrect autocorrect for `RSpec/ChangeByZero` when compound expectations with line break before `.by(0)`
Merge pull request #1805 from rubocop/fix-false-positive-example-without-description
Fix a false positive for `RSpec/ExampleWithoutDescription` when `specify` with multi-line block and missing description
Merge pull request #1808 from rubocop/follow1
Merge pull request #1811 from rubocop/internal-fix
Merge pull request #1812 from rubocop/disable
Change from todo to disable for comment
Fix a offense for `InternalAffairs/NodeDestructuring`
Merge pull request #1809 from rubocop/document
Merge pull request #1806 from rubocop/fix1741
Add test case for `RSpec/SpecFilePathFormat`
Improve document for `RSpec/MultipleExpectations`
Merge pull request #1807 from p-linnane/fix-various-typos
various: fix miscellaneous typos
Fix a false negative for `RSpec/DescribedClass` when class with constant
Merge pull request #1804 from rubocop/add-gitignore
Add .vscode to .gitignore
Merge pull request #1802 from G-Rath/support-kind-of
feat: support "kind_of" assertions in `RSpec/Rails/MinitestAssertions`
Merge pull request #1801 from rubocop/1760
Merge pull request #1786 from rubocop/assert_true_or_false
Add configuration option `ResponseMethods` to `RSpec/Rails/HaveHttpStatus`
Add support for `assert_true` and `assert_false` to `RSpec/Rails/MinitestAssertions`
Merge pull request #1791 from G-Rath/support-delta
test: remove spec
fix: don't care about missing deltas
feat: support "in_delta" assertions in `RSpec/Rails/MinitestAssertions`
Merge pull request #1795 from rubocop/use-getters-and-setters
Use getter methods instead of instance variables
Merge pull request #1793 from G-Rath/refactor-again
refactor: define node matchers on assertion classes
Merge pull request #1792 from rubocop/minitest-assertions-negative-in-superclass
Implement #negated? in superclass
Merge pull request #1790 from G-Rath/refactor-assertions
refactor: encapsulate minitest assertion matchers
Merge pull request #1789 from G-Rath/support-predicate
feat: support some "predicate" assertions in `RSpec/Rails/MinitestAssertions`
Merge pull request #1787 from G-Rath/regroup-tests
Merge pull request #1788 from G-Rath/add-missing-tests
test: add missing cases for "include" matchers
test: group minitest "empty" assertions in their own context
Merge pull request #1784 from G-Rath/support-be-empty-with-message
Merge pull request #1783 from G-Rath/support-assert-match
fix: support asserts with messages in `Rspec/BeEmpty`
feat: support "match" assertions in `RSpec/Rails/MinitestAssertions`
Merge pull request #1785 from G-Rath/update-docs
docs: regenerate with new contributor notice
Merge pull request #1780 from G-Rath/support-assert-instance-of
refactor: simplify assertion classes in `RSpec/Rails/MinitestAssertions`
feat: support "instance_of" assertions in `RSpec/Rails/MinitestAssertions`
Merge pull request #1779 from G-Rath/support-assert-includes
feat: support "includes" assertions in `RSpec/Rails/MinitestAssertions`
Merge pull request #1778 from rubocop/support-assert-empty
Add support `assert_empty`, `assert_not_empty` and `refute_empty` for `RSpec/Rails/MinitestAssertions`
Merge pull request #1777 from rubocop/1773f
Remove unnecessary VersionChanged
Merge pull request #1776 from G-Rath/support-assert_not
feat: support `assert_not_equal` and `assert_not_nil` in `RSpec/Rails/MinitestAssertions`
Merge pull request #1722 from drcapulet/alexc-repeated-subject-calls
Add new RSpec/RepeatedSubjectCall cop
Merge pull request #1764 from naveg/naveg/expect-actual-rails-routing
Fix a false positive for RSpec/ExpectActual with rspec-rails
Merge pull request #1775 from rubocop/1766
Add a case for `be_all` fixes to the `RSpec/RedundantPredicateMatcher` documentation
Merge pull request #1773 from G-Rath/assert-nil
feat: support correcting `assert_nil` and `refute_nil` to `RSpec/Rails/MinitestAssertions`
Merge pull request #1770 from rubocop/remove-constants
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands