SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-rubocop-rspec-1.27.0-1.1.x86_64.rpm :

* Thu Jun 14 2018 factory-autoAATTkulow.org- updated to version 1.27.0 see installed CHANGELOG.md [#]# 1.27.0 (2018-06-14)
* `RSpec/LeadingSubject` now enforces subject to be before any examples, hooks or let declarations. ([AATTDarhazer][])
* Fix `RSpec/NotToNot` to highlight only the selector (`not_to` or `to_not`), so it works also on `expect { ... }` blocks. ([AATTbquorning][])
* Add `RSpec/EmptyLineAfterHook` cop. ([AATTbquorning][])
* Add `RSpec/EmptyLineAfterExampleGroup` cop to check that there is an empty line after example group blocks. ([AATTbquorning][])
* Fix `RSpec/DescribeClass` crashing on `RSpec.describe` without arguments. ([AATTDarhazer][])
* Bump RuboCop requirement to v0.56.0. ([AATTbquorning][])
* Fix `RSpec/OverwritingSetup` crashing if a variable is used as an argument for `let`. ([AATTDarhazer][])
* Wed Jun 06 2018 factory-autoAATTkulow.org- updated to version 1.26.0 see installed CHANGELOG.md [#]# 1.26.0 (2018-06-06)
* Fix false positive in `RSpec/EmptyExampleGroup` cop when methods named like a RSpec method are used. ([AATTDarhazer][])
* Fix `Capybara/FeatureMethods` not working when there is require before the spec. ([AATTDarhazer][])
* Fix `RSpec/EmptyLineAfterFinalLet`: allow a comment to be placed after latest let, requiring empty line after the comment. ([AATTDarhazer][])
* Add `RSpec/ReceiveCounts` cop to enforce usage of :once and :twice matchers. ([AATTDarhazer][])
* Tue Apr 10 2018 factory-autoAATTkulow.org- updated to version 1.25.1 see installed CHANGELOG.md [#]# 1.25.1 (2018-04-10)
* Fix false positive in `RSpec/Pending` cop when pending is used as a method name. ([AATTDarhazer][])
* Fix `FactoryBot/DynamicAttributeDefinedStatically` false positive when using symbol proc argument for a sequence. ([AATTtdeo][])
* Sun Apr 08 2018 factory-autoAATTkulow.org- updated to version 1.25.0 see installed CHANGELOG.md [#]# 1.25.0 (2018-04-07)
* Add `RSpec/SharedExamples` cop to enforce consistent usage of string to titleize shared examples. ([AATTanthony-robin][])
* Add `RSpec/Be` cop to enforce passing argument to the generic `be` matcher. ([AATTDarhazer][])
* Fix false positives in `StaticAttributeDefinedDynamically` and `ReturnFromStub` when a const is used in an array or hash. ([AATTDarhazer][])
* Add `RSpec/Pending` cop to enforce no existing pending or skipped examples. This is disabled by default. ([AATTpatrickomatic][])
* Fix `RSpec/NestedGroups` cop support --auto-gen-config. ([AATTwalf443][])
* Fix false positives in `Capybara/FeatureMethods` when feature methods are used as property names in a factory. ([AATTDarhazer][])
* Allow configuring enabled methods in `Capybara/FeatureMethods`. ([AATTDarhazer][])
* Add `FactoryBot/CreateList` cop. ([AATTDarhazer][])
* Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 1.24.0 see installed CHANGELOG.md [#]# 1.24.0 (2018-03-06)
* Compatibility with RuboCop v0.53.0. ([AATTbquorning][])
* The `Rails/HttpStatus` cop is unavailable if the `rack` gem cannot be loaded. ([AATTbquorning][])
* Fix `Rails/HttpStatus` not working with custom HTTP status codes. ([AATTbquorning][])
* Fix `FactoryBot/StaticAttributeDefinedDynamically` to handle empty block. ([AATTabrom][])
* Fix false positive in `FactoryBot/DynamicAttributeDefinedStatically` when a before/after callback has a symbol proc argument. ([AATTabrom][])
* Sat Feb 24 2018 factory-autoAATTkulow.org- updated to version 1.23.0 see installed CHANGELOG.md [#]# 1.23.0 (2018-02-23)
* Add `RSpec/Rails/HttpStatus` cop to enforce consistent usage of the status format (numeric or symbolic). ([AATTanthony-robin][], [AATTjojos003][])
* Fix false negative in `RSpec/ReturnFromStub` when a constant is being returned by the stub. ([AATTDarhazer][])
* Fix `FactoryBot/DynamicAttributeDefinedStatically` to handle dynamic attributes inside arrays/hashes. ([AATTabrom][])
* Add `FactoryBot/StaticAttributeDefinedDynamically` (based on dynamic attribute cop). ([AATTabrom][])
* Thu Feb 08 2018 cooloAATTsuse.com- updated to version 1.22.2 see installed CHANGELOG.md [#]# 1.22.2 (2018-02-01)
* Fix error in `RSpec/DescribedClass` when working on an empty `describe` block. ([AATTbquorning][]) [#]# 1.22.1 (2018-01-17)
* Fix false positives in `RSpec/ReturnFromStub`. ([AATTDarhazer][]) [#]# 1.22.0 (2018-01-10)
* Updates `describe_class` to account for RSpecs `:system` wrapper of rails system tests. ([AATTEliseFitz15][])
* Add `RSpec/ExpectChange` cop to enforce consistent usage of the change matcher. ([AATTDarhazer][])
* Add autocorrect support to `RSpec/LetBeforeExamples`. ([AATTDarhazer][])
* Fix `RSpec/InstanceVariable` flagging instance variables inside dynamically defined class. ([AATTDarhazer][])
* Add autocorrect support for `RSpec/ReturnFromStub` cop. ([AATTbquorning][])
* Add `RSpec/ExampleWithoutDescription` cop. ([AATTDarhazer][]) [#]# 1.21.0 (2017-12-13)
* Compatibility with RuboCop v0.52.0. ([AATTbquorning][])
* Improve performance when user does not override default RSpec Pattern config. ([AATTwalf443][])
* Add `AggregateFailuresByDefault` configuration for `RSpec/MultipleExpectations` cop. ([AATTonk][])
* Fri Jan 26 2018 dkangAATTsuse.com- Add initial version 1.20.1
 
ICM