aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/Rakefile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-10-19 12:00:47 -0500
committerGitHub <noreply@github.com>2017-10-19 12:00:47 -0500
commitfce2494c8643ffab38ccbf0294eb90af85d16027 (patch)
tree9678bf5400e40c0f21ba53d5a2d36487b995b5b1 /actionview/Rakefile
parentb7bf70982395ee5fd2e89064f87f268eeddb9d6d (diff)
parent734f98178261e2ba42df3ff6c39c8950e9eb01ed (diff)
downloadrails-fce2494c8643ffab38ccbf0294eb90af85d16027.tar.gz
rails-fce2494c8643ffab38ccbf0294eb90af85d16027.tar.bz2
rails-fce2494c8643ffab38ccbf0294eb90af85d16027.zip
Merge pull request #30930 from rails/replace-phantomjs-with-chrome
PhantomJS is abandoned, replace it with Selenium/Chrome headless
Diffstat (limited to 'actionview/Rakefile')
-rw-r--r--actionview/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/Rakefile b/actionview/Rakefile
index 20dfa4e114..5f1c055692 100644
--- a/actionview/Rakefile
+++ b/actionview/Rakefile
@@ -45,7 +45,7 @@ namespace :test do
end
end
- system("npm run lint && phantomjs ../ci/phantomjs.js http://localhost:4567/")
+ system("npm run lint && bundle exec ruby ../ci/qunit-selenium-runner.rb http://localhost:4567/")
status = $?.to_i
ensure
Process.kill("KILL", pid) if pid