Skip to content

Commit 4f11e33

Browse files
authored
Merge pull request #1268 from ydah/update-url
Update links that make use of deprecated git.io
2 parents d07b5a2 + 2ff3f56 commit 4f11e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/rspec/capybara/feature_methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class FeatureMethods < Base
4646

4747
MSG = 'Use `%<replacement>s` instead of `%<method>s`.'
4848

49-
# https://git.io/v7Kwr
49+
# https://github.com/teamcapybara/capybara/blob/e283c1aeaa72441f5403963577e16333bf111a81/lib/capybara/rspec/features.rb#L31-L36
5050
MAP = {
5151
background: :before,
5252
scenario: :it,

0 commit comments

Comments
 (0)