aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_assertions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-16/+16
* modernizes hash syntax in actionpackXavier Noria2016-08-061-33/+33
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-35/+35
* Add test to assert_recognizes with custom messageRafael Mendonça França2014-09-051-1/+9
* Propagate test messages through assert_routing helper, Fixes #14908Earl St Sauver2014-04-291-0/+8
* Raise Assertion instead of RoutingError for routing assertion failures.David Chelimsky2012-05-201-6/+6
* Copy literal route constraints to defaults - fixes #3571 and #6224.Andrew White2012-05-111-3/+3
* Fix the assert_recognizes test method so that it works when there areMatt Fawcett2012-02-241-0/+12
* Fix assert_recognizes with block constraints [#5805 state:resolved]Andrew White2011-02-131-0/+103