DEV: Move run-qunit.js out of the vendor directory

This commit is contained in:
David Taylor
2018-12-03 16:16:37 +00:00
parent 923692d45a
commit 404acef6e3
3 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ module Autospec
end
end
cmd = "node #{Rails.root}/vendor/assets/javascripts/run-qunit.js \"#{qunit_url}\" 3000000 ./tmp/qunit_result"
cmd = "node #{Rails.root}/test/run-qunit.js \"#{qunit_url}\" 3000000 ./tmp/qunit_result"
@pid = Process.spawn(cmd)
_, status = Process.wait2(@pid)