-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Moved all files from app/views/comment to app/view/comments #4028
Conversation
Hi, what do I have to do for those tests to pass? I didn't even edit those files. Please help @publiclab/reviewers |
Generated by 🚫 Danger |
What should I do there? I didn't even edit theese files that have error in codeclimate. Help |
It's fine, you don't have to worry about codeclimate errors. |
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.
Looks awesome 🎉 👍
Hey @okonek just a suggestion, like you can see in the PR body, in checklist we ask contributors to open PR on feature-branch, so that master branch remain clean. |
Thanks, so what do I have to do in there? |
You cant do anything for now, but for next PR you can do the work on a feature branch instead of master |
Great work here!!! Thanks so much!! |
…b#4028) * Moved all files from app/views/comment to app/view/comments * Added a redirect from comment to comments in routes.rb * Changed response view in the delete and create method in the comment controller * Changed an assert in comment_controller_test to match the new paths
…b#4028) * Moved all files from app/views/comment to app/view/comments * Added a redirect from comment to comments in routes.rb * Changed response view in the delete and create method in the comment controller * Changed an assert in comment_controller_test to match the new paths
Fixes #3339 (<=== Add issue number here)
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!