config/rspec.yml in talkable-style-1.2022.0701 vs config/rspec.yml in talkable-style-1.2022.0901

- old
+ new

@@ -20,10 +20,12 @@ Enabled: true RSpec/Capybara/CurrentPathExpectation: Enabled: true RSpec/Capybara/FeatureMethods: Enabled: true +RSpec/Capybara/SpecificMatcher: + Enabled: true RSpec/Capybara/VisibilityMatcher: Enabled: true RSpec/ChangeByZero: Enabled: true RSpec/ContextMethod: @@ -99,9 +101,11 @@ RSpec/MultipleSubjects: Enabled: true RSpec/OverwritingSetup: Enabled: true RSpec/Rails/AvoidSetupHook: + Enabled: true +RSpec/Rails/HaveHttpStatus: Enabled: true RSpec/Rails/HttpStatus: Enabled: true RSpec/ReceiveCounts: Enabled: true