1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/spec/unit/shoulda
Elliot Winkler 07e740d24f Rewrite tests for ActionController::RouteMatcher
Why:

* We recently added Routing::RouteMatcher; the tests for those were
  roughly copied from those for ActionController::RouteMatcher but were
  rewritten, so we want to make the tests consistent between the two.
* The names of the existing tests weren't descriptive enough.
* The tests involving globs inside of routes should have been run
  twice -- once in the case that controller and action are separate
  options, another in the case that controller and action are specified
  together.
2015-09-25 17:45:33 -06:00
..
matchers Rewrite tests for ActionController::RouteMatcher 2015-09-25 17:45:33 -06:00