aboutsummaryrefslogtreecommitdiffstats
path: root/spec/routing/routes_routing_spec.rb
AgeCommit message (Collapse)Author
2017-09-11Fixes #4189@4h Route DuplicationRobert
* Duplication of Route is triggered by link and UI forwarded to edit of duplicatee - Changing route, only POST duplicate_referential_line_route --> RoutesController#duplicate - Removing route GET duplicate_referential_line_route --> RoutesController#duplicate - Removing controller action RoutesController#post_duplicate * Link in Route Decorator depends on new policy RoutePolicy#decorate? * Adapting specs
2017-08-11Refs: #4189@0.5h; routing specs updated to specify desired behavior exactlyRobert
2017-08-11Add routes to Routes#duplicateTeddy Wing
A couple of new routes for a form that will allow us to duplicate an itinéraire/route inside a line. Refs #4189