summaryrefslogtreecommitdiff
path: root/spec/models/project_services/irker_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-1/+1
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* 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
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Enable Security/JSONLoadDouwe Maan2017-02-231-1/+1
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-1/+1
* Remove schema annotations completelyValery Sizov2016-09-161-20/+0
* Make rubocop happyKamil Trzcinski2016-08-151-9/+9
* Merge branch 'fix-failing-tests' into pipeline-hooks-without-slackKamil Trzcinski2016-08-151-10/+11
|\
| * This fixes a long running tests due to changed Sidekiq statefix-failing-testsKamil Trzcinski2016-08-151-10/+11
* | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-1/+1
* | Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-1/+1
|\ \ | |/
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-1/+1
* | Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-1/+3
|/
* Ensure URL in all Service subclasses are validRémy Coutable2016-04-251-6/+8
* Tag model specsDouwe Maan2015-12-091-1/+1
* Add Irker service configuration optionsStan Hu2015-07-051-32/+8
* Update mock and stub syntax for specsRobert Speicher2015-06-221-3/+3
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-4/+4
* Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-131-1/+1
* Re-annotate modelsStan Hu2015-05-031-0/+1
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-8/+13
* Add Irker serviceAorimn2015-03-011-0/+103