From 86b0c80cc97965216951bb7840966f2c4c695e59 Mon Sep 17 00:00:00 2001 From: grosser Date: Sun, 13 Nov 2011 09:18:34 -0800 Subject: [PATCH] fix task list not displaying properly on github for contribute.markdown --- Contribute.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/Contribute.markdown b/Contribute.markdown index 263305e6..4d2bcb06 100644 --- a/Contribute.markdown +++ b/Contribute.markdown @@ -37,6 +37,7 @@ You will notice that all specs are run against the built `jasmine.js` instead of Please ensure all specs are green before committing. There are rake tasks to help with getting green: + * `rake spec` outputs the expected number of specs that should be run and attempts to run in browser and Node * `rake spec:browser` opens `spec/runner.html` in the default browser on MacOS. Please run this in at least Firefox and Chrome before committing * `rake spec:node` runs all the Jasmine specs in Node.js - it will complain if Node is not installed