-
Notifications
You must be signed in to change notification settings - Fork 44
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
Jackie - Ampers - Api muncher #23
base: master
Are you sure you want to change the base?
Conversation
API MuncherWhat We're Looking For
|
<h1 class="muncher"><%= link_to "Seattle Muncher", root_path%></h1> | ||
|
||
<%= yield %> | ||
<div class="footer"> |
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.
wouldn't a footer
tag work better?
|
||
<div class="container"> | ||
<%= form_tag recipes_path, method: :get do %> | ||
<div class="row"> |
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.
toooooo maaaaany div
elements
must_respond_with :success | ||
end | ||
|
||
it "can get recipes index" do |
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.
No test for empty search results?
end | ||
end | ||
|
||
it "returns the accurate information of a recipe" do |
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.
What about bad URIs on the find recipe action?
API Muncher
Congratulations! You're submitting your assignment!
Comprehension Questions