inchworms / sinatra_tests

RSpec tests for Sinatra
5 stars 2 forks source link

Break up routing tests into seperate files (based on context) #5

Closed carlad closed 11 years ago

carlad commented 11 years ago

Looking through the long routing_spec file is confusing. Let's break the routing_spec file up into several files, based on their context. I.e. a separate file for each context.

carlad commented 11 years ago

I will do this with the existing test we've already written.

carlad commented 11 years ago

This has been done with the following folder hierarchy: spec/http_methods/get/...