Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rspec Added for Testing #27

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2015

  1. Configuration menu
    Copy the full SHA
    c30845e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2af4c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa91aec View commit details
    Browse the repository at this point in the history
  4. Adding spec files for tests. Users-controller_spec file contains test…

    …s for Users controllers. Tests for show, new, and create methods are included. User_spec file includes test for User model. All tests are currently passing in pending status.The spec directory which includes the rails_helper and spec_helper files is created as part of the rspec install. More tests will be added and refined as we continue to add to the project.
    sherrimitchell committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    fe0ad18 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Adding changes to gemfile and gemfile.lock. Added Factory Girl gem. A…

    …dding changes to user.rb and user_spec.rb files. Updated rails_helper.rb and spec_helper files for Factory Girl gems.
    sherrimitchell committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    541c651 View commit details
    Browse the repository at this point in the history