jschmotzer / Rails-Rspec

Rails Rspec Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Rspec Challange

In this challenge you will begin by git cloning an existing Rails application. Make sure you can start the Rails application by running bundle exec rails server

The objectives of this challenge are to:

  1. Fix the Rails application so that the existing tests pass. Begin with model unit tests, then the controller unit tests, then integration tests.

  2. Implement the tests marked as pending

###RULES

  1. You are not allowed to edit existing views (you ARE allowed to create new ones)

  2. You are not allowed to modify existing tests, except when removing pending to complete the implementation

###Resources

The following screencasts are HIGHLY recommended:

About

Rails Rspec Challenge


Languages

Language:Ruby 97.2%Language:CSS 2.8%