mluu510 / Rails-Lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the specs

Some specs have been written to guide you towards the lite :) There are rspec specs in the spec directory and ruby code for you to test with in the test directory.

The specs were written with you in mind ;) Run them in this order they should generally follow the progression of the project.

Suggested Order

  1. rspec spec/controller_base_spec.rb
  2. rspec spec/session_spec.rb
  3. rspec spec/params_spec.rb
  4. rspec spec/router_spec.rb
  5. rspec spec/integration_spec.rb

If you're feeling extra fancy you can run guard! just type guard

About


Languages

Language:Ruby 100.0%