aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/spec_style_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded testsRafael Mendonça França2012-12-311-208/+0
| | | | These tests are needed only if we are using MiniTest::Spec
* 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.