-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
MP's Chitter Website #2095
base: main
Are you sure you want to change the base?
MP's Chitter Website #2095
Conversation
|
||
redirect '/' | ||
end | ||
|
||
end |
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.
Your code is super clear and readable, which is great. Maybe remove a few of the empty spaces to make it even more succinct as a whole!
Your coding looks great overall. I especially like how clear everything is, especially your commit messages. I think it shows great use of testing and debugging! |
|
||
expect(response.body).to include('<input type="text" name="name" /><br />') | ||
expect(response.body).to include('<input type="text" name="email_address" /><br />') | ||
end |
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.
I would add some status code tests too!
No description provided.