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:
authorAndrew Newdigate <andrew@gitlab.com>2017-08-24 12:20:04 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-08-24 12:20:04 +0300
commitfb49c94e49149a2043b774ba33daa3fe79febdd4 (patch)
treee0f1fd8d5b716baec66287116d0b1529cfdca0bb /spec/features/calendar_spec.rb
parent7ab4efa8f8c1c1c0b80684d13bfbb777485f1199 (diff)
Delegate Repository::branch_exists? and ref_exists? to Gitlab::Git
Diffstat (limited to 'spec/features/calendar_spec.rb')
-rw-r--r--spec/features/calendar_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/calendar_spec.rb b/spec/features/calendar_spec.rb
index 9a597a2d690..4fc6956d111 100644
--- a/spec/features/calendar_spec.rb
+++ b/spec/features/calendar_spec.rb
@@ -2,7 +2,7 @@ require 'spec_helper'
feature 'Contributions Calendar', :js do
let(:user) { create(:user) }
- let(:contributed_project) { create(:project, :public) }
+ let(:contributed_project) { create(:project, :public, :repository) }
let(:issue_note) { create(:note, project: contributed_project) }
# Ex/ Sunday Jan 1, 2016