Ruby Scaffold for Code Retreat Install the dependencies bundle install Run the tests rake Hierarchy of directories spec: the root of tests, you put your helper there spec/dummy: the tests are organized by directories, usually the name of the lib, or when you do the distinction between unit and integration tests lib: the source of your lib