Skip to content

Instantly share code, notes, and snippets.

@cv
Created September 9, 2011 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cv/1207118 to your computer and use it in GitHub Desktop.
Save cv/1207118 to your computer and use it in GitHub Desktop.
tw@hernan-cortes:~$ [master*] time rake jasmine:headless
....................................
PASS: 36 tests, 0 failures, 0.175 secs.
real 0m4.303s
user 0m2.660s
sys 0m0.900s
tw@hernan-cortes:~$ [master*] time rake jasmine:ci
/usr/local/rvm/rubies/ree-1.8.7-2011.03/bin/ruby -S bundle exec rspec --colour --format progress spec/javascripts/support/jasmine_runner.rb
[2011-09-09 16:27:18] INFO WEBrick 1.3.1
[2011-09-09 16:27:18] INFO ruby 1.8.7 (2011-02-18) [x86_64-linux]
[2011-09-09 16:27:23] WARN TCPServer Error: Address already in use - bind(2)
[2011-09-09 16:27:23] INFO WEBrick::HTTPServer#start: pid=24533 port=43680
Waiting for jasmine server on 43680...
jasmine server started.
Waiting for suite to finish in browser ...
....................................
Finished in 1.24 seconds
36 examples, 0 failures
real 0m21.286s
user 0m5.430s
sys 0m1.420s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment