solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

91 check redirect start end appropriately #95

Closed Fauntleroy closed 10 years ago

Fauntleroy commented 10 years ago

Fixes the flawed temporary redirect logic and adds tests to ensure that it works.

pushred commented 10 years ago

All makes sense to me, the new tests inspire confidence. Might want to consider breaking up that test file to separate some of these concerns soon though, it's getting a bit hard to follow.. :+1:

Fauntleroy commented 10 years ago

Yeah, I've never really liked this test suite. There's some serious room for refactoring overall, I think. We'll have to get to it one day.