You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Octokit::Client#repository('test') returns list of links from root url. Therefore Octokit::Client#repository?('test') returns true which is kind of wrong.
Shouldn't Octokit::Client#repository('test') throw Octokit::NotFound or ArgumentError?
The text was updated successfully, but these errors were encountered:
bsboris
changed the title
#repository with wrong input
Octokit::Client#repository with wrong input
Jan 22, 2015
Octokit::Client#repository('test')
returns list of links from root url. ThereforeOctokit::Client#repository?('test')
returnstrue
which is kind of wrong.Shouldn't
Octokit::Client#repository('test')
throwOctokit::NotFound
orArgumentError
?The text was updated successfully, but these errors were encountered: