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.
2 parents d07b5a2 + 2ff3f56 commit 4f11e33Copy full SHA for 4f11e33
lib/rubocop/cop/rspec/capybara/feature_methods.rb
@@ -46,7 +46,7 @@ class FeatureMethods < Base
46
47
MSG = 'Use `%<replacement>s` instead of `%<method>s`.'
48
49
- # https://git.io/v7Kwr
+ # https://github.com/teamcapybara/capybara/blob/e283c1aeaa72441f5403963577e16333bf111a81/lib/capybara/rspec/features.rb#L31-L36
50
MAP = {
51
background: :before,
52
scenario: :it,
0 commit comments