summaryrefslogtreecommitdiff
path: root/spec/models/wiki_directory_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* Use described_class when possibleRémy Coutable2017-07-271-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove directories as one of the attributes of WikiDirectoryAlex Braha Stoll2016-12-311-12/+3
|
* Add WikiDirectory#to_partial_pathAlex Braha Stoll2016-12-311-0/+8
|
* Add model WikiDirectoryAlex Braha Stoll2016-12-311-0/+45