aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
AgeCommit message (Collapse)AuthorFilesLines
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.