4 Commits

Author SHA1 Message Date
Aaron Christy
84433d2f52 add joe's picture 2012-01-30 10:12:17 -05:00
Matthew Boston
aad3167c3c updating README with directions for generating the koans 2012-01-27 10:22:08 -05:00
Aaron Christy
a3597acd5a updated slide theme and content 2012-01-26 16:49:54 -05:00
Aaron Christy
d1533d4803 update edgecase logo; update speaker info; shorten download url 2012-01-24 14:32:42 -05:00
2 changed files with 13 additions and 0 deletions

View File

@@ -41,6 +41,19 @@ If you don't have rake installed, just run `gem install rake`
Any response for Ruby with a version number greater than 1.8 is fine (should be Any response for Ruby with a version number greater than 1.8 is fine (should be
around 1.8.6 or more). Any version of rake will do. around 1.8.6 or more). Any version of rake will do.
== Generating the Koans
A fresh checkout will not include the koans, you will need to generate
them.
[ruby_koans] $ rake gen # generates the
koans directory
If you need to regenerate the koans, thus wiping your current `koans`,
[ruby_koans] $ rake regen # regenerates the
koans directory, wiping the original
== The Path To Enlightenment == The Path To Enlightenment
You can run the tests through rake or by calling the file itself (rake is the You can run the tests through rake or by calling the file itself (rake is the

Binary file not shown.