mongrel is not installed, skipping integration tests
[WARNING] Please install gem 'therubyracer' to use Less.
no such file to load -- v8: skipping less tests
no such file to load -- redcarpet: skipping markdown tests with Tilt::RedcarpetTemplate
no such file to load -- bluecloth: skipping markdown tests with Tilt::BlueClothTemplate
Loaded suite /Users/wilmoore/Dropbox/Projects/sinatra/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader
Started
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 12.742303 seconds.
841 tests, 1618 assertions, 0 failures, 0 errors, 0 skips
Test run options: --seed 27259
Created
May 2, 2012 23:03
-
-
Save wilmoore/2581281 to your computer and use it in GitHub Desktop.
Contributing to Ruby-based projects should always be this easy
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
# Obtain the project (assumes you've forked it) | |
% cd ~/projects | |
% git clone [email protected]:wilmoore/sinatra.git && cd sinatra | |
% bundle install | |
# Run Tests | |
% bundle exec rake test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment