summaryrefslogtreecommitdiff
path: root/spec/models/license_template_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix license_template_spec to not modify StringThong Kuah2019-04-011-6/+7
| | | | Revamp how spec verifies proc#call called only once
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* Backport project template API to CENick Thomas2018-10-051-1/+1
|
* Introduce a LicenseTemplate model and LicenseTemplateFinder helperNick Thomas2018-08-151-0/+59