summaryrefslogtreecommitdiff
path: root/spec/workers/pipeline_metrics_worker_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix specs 2Felipe Artur2017-05-081-1/+1
|
* Add merge requests association to pipelineFelipe Artur2017-05-081-1/+1
|
* Use `:empty_project` where possible in worker specsRobert Speicher2017-03-271-1/+1
|
* Added test events specs and logic. Also fixed some SQL and refactored the ↵James Lopez2016-11-171-7/+11
| | | | pipeline worker spec.
* Add a be_like_time matcher and use it in specsNick Thomas2016-10-171-2/+2
| | | | | | The amount of precision times have in databases is variable, so we need tolerances when comparing in specs. It's better to have the tolerance defined in one place than several.
* Fix broken specs on MySQL after ↵fix-pipeline-metrics-failureKamil Trzcinski2016-10-171-2/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6896
* Improve spec for pipeline metrics workeradd-pipeline-metrics-workerKamil Trzcinski2016-10-171-0/+46