aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
AgeCommit message (Collapse)AuthorFilesLines
2013-01-11use class_options for the controllerGibheer1-3/+6
2013-01-11easier environment generationGibheer1-0/+18
This still needs some work, but it should definitly be easier to generate new environments now. Why is that even so much work?
2013-01-06Kill all mutants i Zero::RequestStormwind1-0/+5
Fix tests for PATCH, because spec_helper didn't support it and the tests where wrong. Remove if statement from "conent_type", because ruby already returns nil, if the requested key in a hash is not found. (Sounds a bit ugly, but it's true.)
2012-12-17run simplecov only when neededGibheer1-4/+6
2012-11-30delete all.rb in favorite of zero.rbGibheer1-1/+1
2012-11-26specs for renderingGibheer1-0/+10
2012-11-24SimpleCov runs on latest rbx headGibheer1-5/+4
2012-11-20add simplecov to get metricsGibheer1-0/+7
This only works with MRI, but should be good enough.
2012-11-20add a spec controllerGibheer1-0/+5
2012-11-16added rack to generate environmentsGibheer1-0/+1
2012-11-16call is a class functionGibheer1-1/+1
2012-11-13more specs for the #? methods of requestGibheer1-0/+15
2012-11-12extend the helper a bitGibheer1-2/+16
2012-11-08use zero/all to require everythingGibheer1-1/+1
2012-10-13added new router to the toolsGibheer1-0/+14
This small router is intended to work like URLMap, but with the feature that it can extract variables from routes.