summaryrefslogtreecommitdiff
path: root/qa/qa/resource
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-10 12:07:47 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-10 12:07:47 +0000
commit96b0c1245c93585a8b0fe23e22306d32ff4e4905 (patch)
treed2904751e1a2529e8239381ce747339cdbf5116c /qa/qa/resource
parent0ba3a054d2190094ffda1ebe3aa53ffc5b92247d (diff)
downloadgitlab-ce-96b0c1245c93585a8b0fe23e22306d32ff4e4905.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa/resource')
-rw-r--r--qa/qa/resource/repository/commit.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/resource/repository/commit.rb b/qa/qa/resource/repository/commit.rb
index 4b5e8535ade..e3fb5bf486d 100644
--- a/qa/qa/resource/repository/commit.rb
+++ b/qa/qa/resource/repository/commit.rb
@@ -11,6 +11,8 @@ module QA
:file_path,
:sha
+ attribute :short_id
+
attribute :project do
Project.fabricate! do |resource|
resource.name = 'project-with-commit'