Skip to content

Commit dc980bf

Browse files
Add description for test:phantom task.
1 parent 83089d0 commit dc980bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ namespace :test do
306306
Runner::run(browsers, tests, grep)
307307
end
308308

309-
task :phantom => [:require] do
309+
desc "Runs the tests in PhantomJS. (Does not start or stop the server; you should do that separately.)"
310+
task :phantom do
310311
PrototypeHelper.require_phantomjs
311312
tests, grep = ENV['TESTS'], ENV['GREP']
312313
url = "http://127.0.0.1:4567/test/#{tests}"

0 commit comments

Comments
 (0)