We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58bc3b commit cbe27f5Copy full SHA for cbe27f5
.rubocop.yml
@@ -181,3 +181,6 @@ RSpec/PredicateMatcher:
181
182
RSpec/Capybara/FeatureMethods:
183
Enabled: false
184
+
185
+RSpec/Capybara/NegationMatcher:
186
+ Enabled: false
lib/capybara/spec/session/has_css_spec.rb
@@ -1,7 +1,5 @@
1
# frozen_string_literal: true
2
3
-# rubocop:disable RSpec/Capybara/SpecificMatcher
4
-
5
Capybara::SpecHelper.spec '#has_css?' do
6
before do
7
@session.visit('/with_html')
@@ -375,5 +373,3 @@
375
373
end
376
374
377
378
379
-# rubocop:enable RSpec/Capybara/SpecificMatcher
0 commit comments