1..25 # ->__construct() ok 1 - ->__construct() throws an exception if no model option is provided ok 2 - ->__construct() defaults column option to id ok 3 - ->__construct() defaults requirements for column to \d+ ok 4 - ->__construct() does not set a default requirement for custom columns ok 5 - ->__construct() adds passed request parameters to the related option # with_wildcard_routes ok 6 - ->generateRoutes() generates a wildcard object route when with_wildcard_routes is true ok 7 - ->generateRoutes() generates a wildcard collection route when with_wildcard_routes is true ok 8 - ->generateRoutes() creates a wildcard object route that matches a URL it generates ok 9 - ->generateRoutes() orders routes so URLs generated by the wildcard object route are matched by that route ok 10 - ->generateRoutes() creates a wildcard collection route that matches a URL it generates ok 11 - ->generateRoutes() orders routes so URLs generated by the wildcard collection route are matched by that route # collection_actions ok 12 - ->generateRoutes() generates custom collection routes ok 13 - ->generateRoutes() creates a collection action route that matches a URL it generates ok 14 - ->generateRoutes() orders routes so URLs generated by the collection action route are matched by that route ok 15 - ->generateRoutes() orders routes so URLs generated by the wildcard collection and collection action routes do not conflict # default_params ok 16 - ->generateRoutes() dispatches the default_params option to the test_export route ok 17 - ->generateRoutes() dispatches the default_params option to the test route ok 18 - ->generateRoutes() dispatches the default_params option to the test_new route ok 19 - ->generateRoutes() dispatches the default_params option to the test_create route ok 20 - ->generateRoutes() dispatches the default_params option to the test_edit route ok 21 - ->generateRoutes() dispatches the default_params option to the test_update route ok 22 - ->generateRoutes() dispatches the default_params option to the test_delete route ok 23 - ->generateRoutes() dispatches the default_params option to the test_show route ok 24 - ->generateRoutes() dispatches the default_params option to the test_object route ok 25 - ->generateRoutes() dispatches the default_params option to the test_collection route # Looks like everything went fine.