all repos — markup @ c50ba283985f4d08b6137a2a697658d0377fd0a6

The code we use to render README.your_favorite_markup

how to run the tests?
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 12:43:57 -0800
commit

c50ba283985f4d08b6137a2a697658d0377fd0a6

parent

9359dbfe77392aeb8b08f6d0a4c4128b15c4ffe3

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -73,6 +73,17 @@ require 'github/markup'

GitHub::Markup.render(file, File.read(file)) +Testing +------- + +To run the tests: + + $ rake + +To add tests see the `Commands` section earlier in this +README. + + Contributing ------------