aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/spec_style_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow strings in the controller test describe blocksMike Moore2012-09-241-0/+92
| | | | | Allow controller tests using the spec DSL to match strings. Add test coverage for the register_spec_type calls.
* Support controller tests using spec DSL - fixes #7743Mike Moore2012-09-241-0/+116
Add tests for controller tests using the minitest spec DSL.