Skip to content

Rails rebuilt from scratch - a project from week 5 at App Academy

Notifications You must be signed in to change notification settings

mattpetrie/rails_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. rake spec spec/controller_base_spec.rb
  2. rake spec spec/session_spec.rb
  3. rake spec spec/params_spec.rb
  4. rake spec spec/router_spec.rb
  5. rake spec spec/integration_spec.rb

Run rake to run all the spec files.

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

About

Rails rebuilt from scratch - a project from week 5 at App Academy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages