-
Notifications
You must be signed in to change notification settings - Fork 42
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
Jan Edrozo | Carets #32
base: master
Are you sure you want to change the base?
Conversation
…hash symbol syntax)
…ded the dotenv gem to read the app_id and key in the .env file
…ecipes to simplify options hash readability
…ser enters a search term (does not exclude spaces)
… (switched condition order)
…dated development group in gemfile
API MuncherWhat We're Looking For
|
end | ||
|
||
describe "self#list_recipes" do | ||
it "Can list a group of channels" 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.
Something's missing here!
end | ||
end | ||
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.
Tests for the show_recipe
method?
@@ -0,0 +1,68 @@ | |||
require "test_helper" | |||
|
|||
describe RecipesController 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.
Good set of tests here.
API Muncher
Congratulations! You're submitting your assignment!
Comprehension Questions