Refactor: Remove Unused and Unecessary Code (#9000)
This commit is contained in:
parent
b43575aa21
commit
619aa0a684
3 changed files with 0 additions and 13 deletions
|
|
@ -1,4 +1,3 @@
|
|||
sudo: required
|
||||
language: ruby
|
||||
cache:
|
||||
directories:
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env ./bin/rails runner
|
||||
|
||||
# webdrivers 3.7.2 doesn't provide a standalone update script, so we made one
|
||||
|
||||
if Rails.env.test?
|
||||
# allow browser websites, so that "webdrivers" can access their binaries
|
||||
# see <https://github.com/titusfortner/webdrivers/wiki/Using-with-VCR-or-WebMock>
|
||||
WebMock.disable_net_connect!(allow: ["https://chromedriver.storage.googleapis.com"])
|
||||
|
||||
Webdrivers::Chromedriver.update
|
||||
end
|
||||
|
|
@ -35,7 +35,6 @@ require "validate_url/rspec_matcher"
|
|||
Dir[Rails.root.join("spec/support/**/*.rb")].sort.each { |f| require f }
|
||||
Dir[Rails.root.join("spec/system/shared_examples/**/*.rb")].sort.each { |f| require f }
|
||||
Dir[Rails.root.join("spec/models/shared_examples/**/*.rb")].sort.each { |f| require f }
|
||||
Dir[Rails.root.join("spec/jobs/shared_examples/**/*.rb")].sort.each { |f| require f }
|
||||
Dir[Rails.root.join("spec/workers/shared_examples/**/*.rb")].sort.each { |f| require f }
|
||||
Dir[Rails.root.join("spec/initializers/shared_examples/**/*.rb")].sort.each { |f| require f }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue