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

Completed Recipe controller/model CRUD testing #41

Merged
merged 8 commits into from
Jun 17, 2017
Merged

Conversation

Mirv
Copy link
Collaborator

@Mirv Mirv commented Jun 16, 2017

Note: There are going to be hella issues with this one - sorry - I can't even begin to predict how the views will handle the checkboxes & select you had setup.

This update should mainly affect the Recipe Controller/Model & tiny bit of view

  • model testing

    • presence/validation of 8 variables from Recipe table
    • yaml file even though not used much reflects this & we can use it later
  • controller testing

    • CRUD functions except create are covered
    • CRUD doesn't include reviews & likes or comments (the last one should be tested by disqus already)
  • not tested


Extra:

Documentation of the process & some decisions on issue #30 ... like removal of spring gem & inclusion of guard to test automatically after a test file is saved

@jatwell93
Copy link
Owner

Wow awesome work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants