diff --git a/README.md b/README.md index f516318..75a5a33 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -bostonrb_spork -============== \ No newline at end of file + +"Lightening fast development with rspec, spork and ruby 1.9.3!" + +Code for the lightening talk by Kevin Bedell for the Boston Ruby Group. +April 24th, 2012 + +Kevin Bedell +@kbedell +http://www.kbedell.com + + + +Spork: + +A DRb server for testing frameworks (RSpec / Cucumber currently) that forks before each run to ensure a clean testing state. +https://github.com/sporkrb/spork +