Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created April 24, 2011 20:42
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 dchelimsky/939865 to your computer and use it in GitHub Desktop.
Save dchelimsky/939865 to your computer and use it in GitHub Desktop.
$ ruby -v && time bundle exec rspec spec
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.6.0]
Finished in 2.53 seconds
669 examples, 0 failures, 2 pending
real 0m3.861s
user 0m3.397s
sys 0m0.405s
$ ruby -v && time bundle exec rspec spec
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.6.0]
Finished in 1.28 seconds
669 examples, 0 failures, 2 pending
real 0m3.680s
user 0m2.873s
sys 0m0.682s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment