-
Notifications
You must be signed in to change notification settings - Fork 20
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
Typo Blog: Fixing admin categories bug #9
base: master
Are you sure you want to change the base?
Conversation
lgranger
commented
Mar 29, 2016
- Bug preventing admin categories page fixed
- TDD & BDD tests for this is bug passing
…dle cases of new/no id
Don't forget to add a meaningful PR message to the title of the PR so someone reading this knows the purpose |
@@ -1,13 +1,14 @@ | |||
require 'pry' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eek! no check-ins with pry!
The files in the db folder should not be included in your commits, please remove |
And I press "Save" | ||
Then I should see "Category was successfully saved." | ||
And I should see "Test" | ||
And I should have 1 category |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
|
Great! The db files are in your gitignore, but they are still in this PR and should be removed/deleted. |
Unfortunately I was only talking about the db/db_test and db/db_development files you added, not all of the files in that folder. |
|