aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/controller
AgeCommit message (Collapse)AuthorFilesLines
2012-12-17initialize the responseGibheer1-0/+14
2012-12-13added options to controllerGibheer1-2/+2
This avoids hardcoding the options into the controller and therefore should it make possible to use Rack::Request or Sinatra apps as requests. (That sounds so weird.)
2012-12-12replaced .create with .new on Zero::RequestGibheer1-1/+1
2012-12-10define the renderer at initializationGibheer1-1/+6
2012-11-30specs for the renderer accessGibheer1-0/+11
2012-11-29don't overwrite the requestGibheer1-0/+8
2012-11-20added a basic spec for the controllerGibheer1-0/+14