summaryrefslogtreecommitdiff
path: root/spec/unit/network/http/api/v2_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2014-01-24(PUP-1151) Respond with 404 when path not knownAndrew Parker1-0/+14
The v2.0 api implementation had a type that was not caught by any tests. This fixes that issue (a typo) and adds a test that would have shown the problem.