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

AdminController: adding unit tests #610

Merged
merged 13 commits into from
Mar 31, 2016
Merged

AdminController: adding unit tests #610

merged 13 commits into from
Mar 31, 2016

Conversation

mgmccarthy
Copy link
Collaborator

fixes #609

@tonysurma
Copy link
Member

pinging @mheggeseth @MisterJames for a quick review before we move forward. Thanks!

return View("Error");
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add this to the style guide, but we do prefer having the braces around if and else clauses, even for single statement clauses.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BillWagner crap. I've been coding all along to take the curly braces out of single line statement clauses. Going forward I'll adhere to that approach

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel bad because we should have documented that expectation. We'll get there.

@BillWagner
Copy link
Member

Left a few comments. And create this issue: HTBox/htbox.github.io#4

Once the comments are addressed, and the merge conflicts resolved, this is ready to merge.

@mgmccarthy
Copy link
Collaborator Author

@BillWagner, how do I go about handling these merge conflicts? The regular steps for rebasing from master?

@BillWagner
Copy link
Member

@mgmccarthy Yes, that's right. Rebase from master (which will show the merge conflicts) and resolve them.

@mgmccarthy
Copy link
Collaborator Author

pinging @BillWagner. All merge conflicts fixed. This is ready to go.

@BillWagner BillWagner merged commit 82830c0 into HTBox:master Mar 31, 2016
@mgmccarthy mgmccarthy deleted the AdminControllerRefactoring branch March 31, 2016 14:51
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.

AdminController: adding unit tests
3 participants