aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/helpers
AgeCommit message (Collapse)Author
2017-12-14Refs: #5006@3h;Robert
Zip Support for Specs, allowing to create zip archives in memory * create zip archive from hash or directory tree * Metaspecs -- commented out - for potential refactoring of Zip Support - as readable documentation on how to use Zip Support
2017-08-21Refs: #4189@4h; Allowing change of `name` and `public_name` in ↵Robert
`Chouette::Route#duplicate`
2017-08-15Refs: #4189@2h; Iimplementation of Chouette::Route#duplicate & ↵Robert
Chouette::StopPoint#duplicate With the following unspecified behaviour concerning `objectid` and `object_version` - The duplicated Route objectid is passed into Route#duplicate - The duplicated StopPoint objectids are constructed from the source's objectids (parts 2 & 3) and the route's objectid (part 1) - the duplicated Route object_version equals the source's one
2017-05-18Refs: #3144; calendar, line_footnotes and routes speced (spec/features)Robert
2015-02-09Initialize first javascript rspec testsLuc Donnet
2015-01-16Add spec for devise and upgrade versions of devise viewsLuc Donnet
2015-01-15Reactivate specs for journey_pattern and stop_pointLuc Donnet
2015-01-07Fix spec and update devise usageLuc Donnet