aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/spec_type_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove method redefinition warningsRafael Mendonça França2012-09-271-1/+1
| | | | | actionpack/test/template/spec_type_test.rb:32: warning: method redefined; discarding old test_spec_type_wont_match_non_space_characters actionpack/test/controller/spec_type_test.rb:30: warning: previous definition of test_spec_type_wont_match_non_space_characters was here
* Allow strings in the controller test describe blocksMike Moore2012-09-241-0/+37
Allow controller tests using the spec DSL to match strings. Add test coverage for the register_spec_type calls.