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

Brittany feature PR #30

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

Conversation

brittanykohler
Copy link

Merge articles feature fully implemented at https://glacial-lake-16150.herokuapp.com
Cucumber tests written for all scenarios
Rspec tests written for article model method

Tasks remaining:

  • Rspec tests for content controller method

brittanykohler and others added 30 commits March 28, 2016 10:43
@@ -37,6 +37,12 @@ def edit
new_or_edit
end

def merge
current_article = Article.find(params[:id])

Choose a reason for hiding this comment

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

What will happen if this Article is not in the database?

@brittanykohler
Copy link
Author

Error handling added for scenario mentioned in comment above, when article to be merged is not in database.

Comment merging updated as specified in comment above.

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