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

Testing users #2

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

Testing users #2

wants to merge 3 commits into from

Conversation

ccrawford13
Copy link
Owner

Added Rspec Tests for User Sign-in and Sign-up Features (User Story 1 & 2 For Blocipedia Project)

@@ -28,15 +28,14 @@

<div class="pull-right user-info"
<% if current_user %>
Hello <%= link_to (current_user.name || current_user.email), current_user %>!
Hello <%= link_to (current_user.name || current_user.email) %>!

Choose a reason for hiding this comment

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

Looks like this link will only display the user's name or email but not actually link to anything. Was that intentional?

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