summaryrefslogtreecommitdiff
path: root/spec/lib/git_ref_validator_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-25/+0
| | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
* Strip reference prefixes on branch creationMatthieu Tardy2017-01-091-0/+5
| | | | Signed-off-by: Matthieu Tardy <matthieu.tardy@gmail.com>
* Tag lib specsDouwe Maan2015-12-091-1/+1
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-16/+16
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-0/+20
Add specs for GitRefValidator