Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

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