@@ -620,54 +620,60 @@ RSpec/Yield:
620620 VersionAdded : ' 1.32'
621621 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Yield
622622
623- Capybara/CurrentPathExpectation :
623+ RSpec/ Capybara/CurrentPathExpectation :
624624 Description : Checks that no expectations are set on Capybara's `current_path`.
625625 Enabled : true
626626 VersionAdded : ' 1.18'
627+ VersionChanged : ' 2.0'
627628 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/CurrentPathExpectation
628629
629- Capybara/FeatureMethods :
630+ RSpec/ Capybara/FeatureMethods :
630631 Description : Checks for consistent method usage in feature specs.
631632 Enabled : true
632633 EnabledMethods : []
633634 VersionAdded : ' 1.17'
634- VersionChanged : ' 1.25 '
635+ VersionChanged : ' 2.0 '
635636 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/FeatureMethods
636637
637- Capybara/VisibilityMatcher :
638+ RSpec/ Capybara/VisibilityMatcher :
638639 Description : Checks for boolean visibility in capybara finders.
639640 Enabled : true
640641 VersionAdded : ' 1.39'
642+ VersionChanged : ' 2.0'
641643 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/VisibilityMatcher
642644
643- FactoryBot/AttributeDefinedStatically :
645+ RSpec/ FactoryBot/AttributeDefinedStatically :
644646 Description : Always declare attribute values as blocks.
645647 Enabled : true
646648 VersionAdded : ' 1.28'
649+ VersionChanged : ' 2.0'
647650 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FactoryBot/AttributeDefinedStatically
648651
649- FactoryBot/CreateList :
652+ RSpec/ FactoryBot/CreateList :
650653 Description : Checks for create_list usage.
651654 Enabled : true
652655 EnforcedStyle : create_list
653656 SupportedStyles :
654657 - create_list
655658 - n_times
656659 VersionAdded : ' 1.25'
660+ VersionChanged : ' 2.0'
657661 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FactoryBot/CreateList
658662
659- FactoryBot/FactoryClassName :
663+ RSpec/ FactoryBot/FactoryClassName :
660664 Description : Use string value when setting the class attribute explicitly.
661665 Enabled : true
662666 VersionAdded : ' 1.37'
667+ VersionChanged : ' 2.0'
663668 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FactoryBot/FactoryClassName
664669
665- Rails/HttpStatus :
670+ RSpec/ Rails/HttpStatus :
666671 Description : Enforces use of symbolic or numeric value to describe HTTP status.
667672 Enabled : true
668673 EnforcedStyle : symbolic
669674 SupportedStyles :
670675 - numeric
671676 - symbolic
672677 VersionAdded : ' 1.23'
678+ VersionChanged : ' 2.0'
673679 StyleGuide : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Rails/HttpStatus
0 commit comments