Created
July 26, 2011 20:18
-
-
Save basicxman/1107908 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 2 ~$ rvm use 1.8.7 | |
| Using /Users/basicxman/.rvm/gems/ruby-1.8.7-p330 | |
| 3 ~$ git clone git://github.com/mojombo/chronic.git && cd chronic && rake test | |
| Cloning into chronic... | |
| remote: Counting objects: 2059, done. | |
| remote: Compressing objects: 100% (957/957), done. | |
| remote: Total 2059 (delta 1344), reused 1782 (delta 1083) | |
| Receiving objects: 100% (2059/2059), 277.02 KiB, done. | |
| Resolving deltas: 100% (1344/1344), done. | |
| /Users/basicxman/.rvm/rubies/ruby-1.8.7-p330/bin/ruby -I"lib:lib:test" -I"/Users/basicxman/.rvm/gems/ruby-1.8.7-p330/gems/rake-0.9.2/lib" "/Users/basicxman/.rvm/gems/ruby-1.8.7-p330/gems/rake-0.9.2/lib/rake/rake_test_loader.rb" "test/**/test_*.rb" | |
| Loaded suite /Users/basicxman/.rvm/gems/ruby-1.8.7-p330/gems/rake-0.9.2/lib/rake/rake_test_loader | |
| Started | |
| .......................................................................................................................... | |
| Finished in 0.483269 seconds. | |
| 122 tests, 537 assertions, 0 failures, 0 errors | |
| 4 ~/chronic$ ruby -v | |
| ruby 1.8.7 (2010-12-23 patchlevel 330) [i686-darwin10.6.0] | |
| 5 ~/chronic$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment