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

Author name links to author show page #28 #49

Merged
merged 5 commits into from
Mar 23, 2019

Conversation

milevy1
Copy link
Collaborator

@milevy1 milevy1 commented Mar 23, 2019

Added author name links to their author show page. Passes all specs with 100% coverage.

Closes #28

@milevy1 milevy1 added the review label Mar 23, 2019
expect(page).to have_content("Author 1 name")
expect(page).to have_content("Author 2 name")
expect(page).to have_link("Author 1 name", href: author_path(author_1))
expect(page).to have_link("Author 2 name", href: author_path(author_2))
Copy link
Owner

Choose a reason for hiding this comment

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

I did not know about being able to call the href in the expects. That's going to be really handy.

@Vjp888
Copy link
Owner

Vjp888 commented Mar 23, 2019

Everything looks good, I placed a comment but I like the href call in the expects, didn't know that was available.

I approve for merge.

@Vjp888 Vjp888 merged commit 19eba29 into master Mar 23, 2019
@Vjp888 Vjp888 removed the review label Mar 23, 2019
@milevy1 milevy1 deleted the author_name_links_to_author_show_page_#28 branch March 23, 2019 22:28
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