summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/diff/parser_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Fix diff parser so it tolerates to diff special markers in the contentValery Sizov2017-10-151-0/+17
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* take nonewline context into account in diff parsermhasbini2017-03-131-0/+48
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-1/+1
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-1/+1
* Return an empty Array when there aren't lines to parse.Rubén Dávila2016-03-151-0/+5
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-1/+1
* Properly handle HTML entities with inline diffsDouwe Maan2016-01-201-1/+1
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-17/+17
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-3/+1
* Specs for diff parser! Yay!Dmitriy Zaporozhets2014-09-081-0/+95