Created
April 24, 2011 20:42
-
-
Save dchelimsky/939865 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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