Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2017-03-20 22:53:14 +0300
committerToon Claes <toon@gitlab.com>2017-03-22 23:26:29 +0300
commita57890bcaa76d540aa675e0c89d50620c9d69018 (patch)
tree090ffa5c59e6db383b4dffbff10e426ccdee2567 /spec/features/commits_spec.rb
parente2d5818ee1baa154474124ccc15ad3a29635f1ea (diff)
Add helpers for pipeline user link & user avatar
Diffstat (limited to 'spec/features/commits_spec.rb')
-rw-r--r--spec/features/commits_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/commits_spec.rb b/spec/features/commits_spec.rb
index 86a00401088..881f1fca4d1 100644
--- a/spec/features/commits_spec.rb
+++ b/spec/features/commits_spec.rb
@@ -12,6 +12,7 @@ describe 'Commits' do
end
let(:creator) { create(:user) }
+
let!(:pipeline) do
create(:ci_pipeline,
project: project,