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 4920a8b + f69a017 commit 1cf3bcfCopy full SHA for 1cf3bcf
spec/spec_helper.rb
@@ -33,11 +33,10 @@
33
inspector: ENV['INSPECTOR'],
34
headless: !ENV['NO_HEADLESS'],
35
timeout: 20,
36
- url_blacklist: [
37
- "https://docs.ruby-lang.org/", # It is quite a heavy website iframed on playground
38
- # and for testing, we don't need it to be present.
39
- # This should spare us from random test failures.
40
- ],
+ # It is quite a heavy website iframed on playground
+ # and for testing, we don't need it to be present.
+ # This should spare us from random test failures.
+ url_blocklist: %r{https://docs.ruby-lang.org/},
41
)
42
end
43
0 commit comments