Skip to content

Instantly share code, notes, and snippets.

@basicxman
Created July 26, 2011 20:18
Show Gist options
  • Select an option

  • Save basicxman/1107908 to your computer and use it in GitHub Desktop.

Select an option

Save basicxman/1107908 to your computer and use it in GitHub Desktop.
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