Kyle Krull

Results 2 issues of Kyle Krull

`BogusRequest` appears to be creating requests with randomly generated HTTP methods, and spec always requires the response to be `405 Method Not Allowed`. Depending on what method name is randomly...

I get errors when trying to load the TrackAudioFeatures view with the url constructed in `viewWorkbook.js:39`, where it is constructed as follows ``` `http:${baseUrl}/t/PerformingArts/views/${view.url}`; ``` with `/t/PerformingArts`. I had to...