diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-09 17:08:59 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-12-09 17:08:59 +0000 |
commit | 3cf40548544f716d89749541ac1c4318ffe5af70 (patch) | |
tree | 754aa391f0d8baf0fee4f7788b2f46c746a78e29 /spec/models/commit_spec.rb | |
parent | d910424cf45ecba114825460aa45246d6fbd4412 (diff) | |
parent | 37199719c7da301fae368348df52f90f2af95863 (diff) | |
download | gitlab-ce-3cf40548544f716d89749541ac1c4318ffe5af70.tar.gz |
Merge branch 'split-up-builds' into 'master'
Split up 20min+ `spec:other` and `spinach:project` builds to increase parallelization
See merge request !2036
Diffstat (limited to 'spec/models/commit_spec.rb')
-rw-r--r-- | spec/models/commit_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/commit_spec.rb b/spec/models/commit_spec.rb index 38a3dc1f4a6..ecf37b40c58 100644 --- a/spec/models/commit_spec.rb +++ b/spec/models/commit_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper' -describe Commit do +describe Commit, models: true do let(:project) { create(:project) } let(:commit) { project.commit } |