Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created May 2, 2012 23:03
Show Gist options
  • Save wilmoore/2581281 to your computer and use it in GitHub Desktop.
Save wilmoore/2581281 to your computer and use it in GitHub Desktop.
Contributing to Ruby-based projects should always be this easy
# 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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment