aboutsummaryrefslogtreecommitdiff
path: root/test/controllers/exports_controller_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* lib: Introduce the PlainExporterMiquel Sabaté Solà2025-07-011-0/+17
| | | | | | | This class exports things into plain text. It follows a close format to that of the one for UOC, but without any formatting. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* csv: don't export underscores on "authors"Miquel Sabaté Solà2024-03-201-0/+3
| | | | | | It does not make sense on this context. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Support underscore in the exporters on titlesMiquel Sabaté Solà2024-03-201-0/+18
| | | | | | | Underscores on titles are meant to be replaced by something else on each exporter (e.g. removed on CSV, or surrounded by \emph on UOC). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added rubocop-minitestMiquel Sabaté Solà2024-03-141-6/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2024-03-131-0/+24
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>