SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.2-rubygem-rubocop-rspec-3.0.3-1.6.x86_64.rpm :

* Tue Jul 16 2024 Dan Čermák - New upstream release 3.0.3, see bundled CHANGELOG.md
* Fri Jun 21 2024 Dan Čermák - New upstream release 3.0.1, see bundled CHANGELOG.md
* Mon Jan 29 2024 Dan Čermák - New upstream release 2.26.1, see bundled CHANGELOG.md
* Tue Nov 14 2023 Dan Čermák - New upstream release 2.25.0, see bundled CHANGELOG.md
* Wed Dec 07 2022 Stephan Kulow updated to version 2.15.0 see installed CHANGELOG.md [#]# 2.15.0 (2022-11-03) - Fix a false positive for `RSpec/RepeatedDescription` when different its block expectations are used. ([AATTydah]) - Add `named_only` style to `RSpec/NamedSubject`. ([AATTkuahyeow]) - Fix `RSpec/FactoryBot/ConsistentParenthesesStyle` to ignore calls without the first positional argument. ([AATTpirj]) - Fix `RSpec/FactoryBot/ConsistentParenthesesStyle` to ignore calls inside a Hash or an Array. ([AATTpirj]) - Fix `RSpec/NestedGroups` to correctly use `AllowedGroups` config. ([AATTsamrjenkins]) - Remove `Runners` and `HookScopes` RSpec DSL elements from configuration. ([AATTpirj]) - Add `with default RSpec/Language config` helper to `lib` (under `rubocop/rspec/shared_contexts/default_rspec_language_config_context`), to allow use for downstream cops based on `RuboCop::Cop::RSpec::Base`. ([AATTsmcgivern])
* Fri Oct 28 2022 Stephan Kulow updated to version 2.14.2 see installed CHANGELOG.md [#]# 2.14.2 (2022-10-25) - Fix an incorrect autocorrect for `FactoryBot/ConsistentParenthesesStyle` with `omit_parentheses` option when method name and first argument are not on same line. ([AATTydah]) - Fix autocorrection loop in `RSpec/ExampleWording` for insufficient example wording. ([AATTpirj]) - Fix `RSpec/SortMetadata` not to reorder arguments of `include_`/`it_behaves_like`. ([AATTpirj]) - Fix a false positive for `RSpec/NoExpectationExample` when allowed pattern methods with arguments. ([AATTydah]) - Change `RSpec/FilePath` so that it only checks suffix when path is under spec/routing or type is defined as routing. ([AATTr7kamura]) [#]# 2.14.1 (2022-10-24) - Fix an error for `RSpec/Rails/InferredSpecType` with redundant type before other Hash metadata. ([AATTydah]) [#]# 2.14.0 (2022-10-23) - Add `require_implicit` style to `RSpec/ImplicitSubject`. ([AATTr7kamura]) - Fix a false positive for `RSpec/Capybara/SpecificMatcher` when `have_css(\"a\")` without attribute. ([AATTydah]) - Update `RSpec/ExampleWording` cop to raise error for insufficient descriptions. ([AATTakrox58]) - Add new `RSpec/Capybara/NegationMatcher` cop. ([AATTydah]) - Add `AllowedPatterns` configuration option to `RSpec/NoExpectationExample`. ([AATTydah]) - Improve `RSpec/NoExpectationExample` cop to ignore examples skipped or pending via metadata. ([AATTpirj]) - Add `RSpec/FactoryBot/ConsistentParenthesesStyle` cop. ([AATTLiberatys]) - Add `RSpec/Rails/InferredSpecType` cop. ([AATTr7kamura]) - Add new `RSpec/Capybara/SpecificActions` cop. ([AATTydah]) - Update `config/default.yml` removing deprecated option to make the config correctable by users. ([AATTignaciovillaverde]) - Do not attempt to auto-correct example groups with `include_examples` in `RSpec/LetBeforeExamples`. ([AATTpirj]) - Add new `RSpec/SortMetadata` cop. ([AATTleoarnold]) - Add support for subject! method to `RSpec/SubjectDeclaration`. ([AATTydah])
* Mon Oct 10 2022 Stephan Kulow updated to version 2.13.2 see installed CHANGELOG.md [#]# 2.13.2 (2022-09-23)
* Fix an error for `RSpec/Capybara/SpecificFinders` with no parentheses. ([AATTydah][])
* Fix a false positive for `RSpec/NoExpectationExample` with pending using `skip` or `pending` inside an example. ([AATTydah][])
* Exclude `have_text` and `have_content` that raise `ArgumentError` with `RSpec/Capybara/VisibilityMatcher` where `:visible` is an invalid option. ([AATTydah][])
* Fix a false negative for `RSpec/Capybara/VisibilityMatcher` with negative matchers. ([AATTydah][]) [#]# 2.13.1 (2022-09-12)
* Include config/obsoletion.yml in the gemspec. ([AATThosamaly][]) [#]# 2.13.0 (2022-09-12)
* Fix `RSpec/FilePath` cop missing mismatched expanded namespace. ([AATTsl4vr][])
* Add new `AllowConsecutiveOneLiners` (default true) option for `Rspec/EmptyLineAfterHook` cop. ([AATTngouy][])
* Add autocorrect support for `RSpec/EmptyExampleGroup`. ([AATTr7kamura][])
* Fix `RSpec/ChangeByZero` with compound expressions using `&` or `|` operators. ([AATTBrianHawley][])
* Add `RSpec/NoExpectationExample`. ([AATTr7kamura][])
* Add some expectation methods to default configuration. ([AATTr7kamura][])
* Fix a false positive for `RSpec/Capybara/SpecificMatcher`. ([AATTydah][])
* Fix a false negative for `RSpec/Capybara/SpecificMatcher` for `have_field`. ([AATTydah][])
* Fix a false positive for `RSpec/Capybara/SpecificMatcher` when may not have a `href` by `have_link`. ([AATTydah][])
* Add `NegatedMatcher` configuration option to `RSpec/ChangeByZero`. ([AATTydah][])
* Add new `RSpec/Capybara/SpecificFinders` cop. ([AATTydah][])
* Add support for numblocks to `RSpec/AroundBlock`, `RSpec/EmptyLineAfterHook`, `RSpec/ExpectInHook`, `RSpec/HookArgument`, `RSpec/HooksBeforeExamples`, `RSpec/IteratedExpectation`, and `RSpec/NoExpectationExample`. ([AATTydah][])
* Fix incorrect documentation URLs when using `rubocop --show-docs-url`. ([AATTr7kamura][])
* Add `AllowedGroups` configuration option to `RSpec/NestedGroups`. ([AATTydah][])
* Deprecate `IgnoredPatterns` option in favor of the `AllowedPatterns` options. ([AATTydah][])
* Add `AllowedPatterns` configuration option to `RSpec/ContextWording`. ([AATTydah][])
* Add `RSpec/ClassCheck` cop. ([AATTr7kamura][])
* Fix a false positive for `RSpec/Capybara/SpecificMatcher` when pseudo-classes. ([AATTydah][])
* Fix a false negative for `RSpec/SubjectStub` when the subject is declared with the `subject!` method and called by name. ([AATTeikes][])
* Support `Array.new(n)` on `RSpec/FactoryBot/CreateList` cop. ([AATTr7kamura][])
* Thu Aug 04 2022 Stephan Kulow updated to version 2.12.1 see installed CHANGELOG.md [#]# 2.12.1 (2022-07-03)
* Fix a false positive for `RSpec/Capybara/SpecificMatcher`. ([AATTydah][]) [#]# 2.12.0 (2022-07-02)
* Fix incorrect path suggested by `RSpec/FilePath` cop when second argument contains spaces. ([AATTtejasbubane][])
* Fix autocorrect for EmptyLineSeparation. ([AATTjohnny-miyake][])
* Add new `RSpec/Capybara/SpecificMatcher` cop. ([AATTydah][])
* Fixed false offense detection in `FactoryBot/CreateList` when a n.times block is including method calls in the factory create arguments. ([AATTngouy][])
* Fix error in `RSpec/RSpec/FactoryBot/CreateList` cop for empty block. ([AATTtejasbubane][])
* Update `RSpec/MultipleExpectations` cop documentation with examples of aggregate_failures use. ([AATTedgibbs][])
* Declare autocorrect as unsafe for `RSpec/VerifiedDoubleReference`. ([AATTDrowze][])
* Add new `RSpec/Rails/HaveHttpStatus` cop. ([AATTakiomik][]) [#]# 2.11.1 (2022-05-18)
* Fix a regression in `RSpec/ExpectChange` flagging chained method calls. ([AATTpirj][]) [#]# 2.11.0 (2022-05-18)
* Drop Ruby 2.5 support. ([AATTydah][])
* Add new `RSpec/ChangeByZero` cop. ([AATTydah][])
* Improve `RSpec/ExpectChange` to detect namespaced and top-level constants. ([AATTM-Yamashita01][])
* Introduce an amendment to `Metrics/BlockLength` to exclude spec files. ([AATTluke-hill][])
* Thu Apr 28 2022 Stephan Kulow updated to version 2.10.0 see installed CHANGELOG.md [#]# 2.10.0 (2022-04-19)
* Fix a false positive for `RSpec/EmptyExampleGroup` when expectations in case statement. ([AATTydah][])
* Add `RSpec/VerifiedDoubleReference` cop. ([AATTt3h2mas][])
* Make `RSpec/BeNil` cop configurable with a `be_nil` style and a `be` style. ([AATTbquorning][])
* Fix `Capybara/CurrentPathExpectation` autocorrect incompatible with `Style/TrailingCommaInArguments` autocorrect. ([AATTydah][]) [#]# 2.9.0 (2022-02-28)
* Add new `RSpec/BeNil` cop. ([AATTbquorning][])
* Add new `RSpec/BeEq` cop. ([AATTbquorning][])
* Tue Jan 25 2022 Stephan Kulow updated to version 2.8.0 see installed CHANGELOG.md [#]# 2.8.0 (2022-01-24)
* Fix `RSpec/FactoryBot/SyntaxMethods` and `RSpec/Capybara/FeatureMethods` to inspect shared groups. ([AATTpirj][])
* Fix `RSpec/LeadingSubject` failure in non-spec code. ([AATTpirj][])
* Add bad example to `RSpec/SubjectStub` cop. ([AATToshiro3][])
* Replace non-styleguide cops `StyleGuide` attribute with `Reference`. ([AATTpirj][])
* Fix `RSpec/SubjectStub` to disallow stubbing of subjects defined in parent example groups. ([AATTpirj][]) [#]# 2.7.0 (2021-12-26)
* Add new `RSpec/FactoryBot/SyntaxMethods` cop. ([AATTleoarnold][])
* Exclude `task` type specs from `RSpec/DescribeClass` cop. ([AATTharry-graham][]) [#]# 2.6.0 (2021-11-08)
* Fix merging RSpec DSL configuration from third-party gems. ([AATTpirj][])
* Fix `RSpec/ExcessiveDocstringSpacing` false positive for multi-line indented strings. ([AATTG-Rath][])
* Fix `Include` configuration for sub-departments. ([AATTpirj][])
* Ignore heredocs in `RSpec/ExcessiveDocstringSpacing`. ([AATTG-Rath][])
* Stop `RSpec/ExampleWording` from trying to correct heredocs. ([AATTG-Rath][])
* Add autocorrect support for `RSpec/VariableDefinition`. ([AATTr7kamura][]) [#]# 2.5.0 (2021-09-21)
* Declare autocorrect as unsafe for `ExpectChange`. ([AATTfrancois-ferrandis][])
* Fix each example for `RSpec/HookArgument`. ([AATTlokhi][])
* Exclude unrelated Rails directories from `RSpec/DescribeClass`. ([AATTMothOnMars][])
* Add `RSpec/ExcessiveDocstringSpacing` cop. ([AATTG-Rath][])
* Add `RSpec/SubjectDeclaration` cop. ([AATTdswij][])
* Fix excessive whitespace removal in `RSpec/EmptyHook` autocorrection. ([AATTpirj][])
* Bump RuboCop requirement to v1.19.0. ([AATTpirj][])
* Fix false positive in `RSpec/IteratedExpectation` when there is single, non-expectation statement in the block body. ([AATTDarhazer][])
* Thu Jun 24 2021 Stephan Kulow updated to version 2.4.0 see installed CHANGELOG.md [#]# 2.4.0 (2021-06-09)
* Update `RSpec/FilePath` to check suffix when given a non-constant top-level node (e.g. features). ([AATTtopalovic][])
* Add missing documentation for `single_statement_only` style of `RSpec/ImplicitSubject` cop. ([AATTtejasbubane][])
* Fix an exception in `DescribedClass` when accessing a constant on a variable in a spec that is nested in a namespace. ([AATTrrosenblum][])
* Add new `RSpec/IdenticalEqualityAssertion` cop. ([AATTtejasbubane][])
* Add `RSpec/Rails/AvoidSetupHook` cop. ([AATTpaydaylight][])
* Fix false negative in `RSpec/ExpectChange` cop with block style and chained method call. ([AATTtejasbubane][]) [#]# 2.3.0 (2021-04-28)
* Allow `RSpec/ContextWording` to accept multi-word prefixes. ([AATThosamaly][])
* Drop support for ruby 2.4. ([AATTbquorning][])
* Add `CountAsOne` configuration option to `RSpec/ExampleLength`. ([AATTstephannv][])
* Fix a false positive for `RSpec/RepeatedExampleGroupBody` when `pending` or `skip` have argument(s). ([AATTTietew][]) [#]# 2.2.0 (2021-02-02)
* Fix `HooksBeforeExamples`, `LeadingSubject`, `LetBeforeExamples` and `ScatteredLet` autocorrection to take into account inline comments and comments immediately before the moved node. ([AATTDarhazer][])
* Improve rubocop-rspec performance. ([AATTDarhazer][], [AATTbquorning][])
* Include `Enabled: true` to prevent a mismatched configuration parameter warning when `RSpec` cops are explicitly enabled in the user configuration. ([AATTpirj][])
* Wed Jan 20 2021 Stephan Kulow updated to version 2.1.0 see installed CHANGELOG.md
 
ICM