Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 696 Bytes

Using The Specs

Some specs have been written to guide you towards the lite. There are rspec specs in the spec directory and demo servers for you to try in the bin directory.

Suggested Order

  1. bundle exec rspec spec/p02_controller_spec.rb
  2. bundle exec rspec spec/p03_template_spec.rb
  3. bundle exec rspec spec/p04_session_spec.rb
  4. bundle exec rspec spec/p05_params_spec.rb
  5. bundle exec rspec spec/p06_router_spec.rb
  6. bundle exec rspec spec/p07_integration_spec.rb

Run bundle exec rspec to run all the spec files.