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:
authorRobert Speicher <rspeicher@gmail.com>2017-03-29 00:13:16 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-04-21 00:30:55 +0300
commitaef345024f72ca8d4b57a65b149d018a50219a87 (patch)
treed51c393848fbf30c98fb59f3fc9dab6332d96b11 /spec/features/calendar_spec.rb
parentb8b6ab6b91c05350e6fc50f21273ca18237af858 (diff)
Use `:empty_project` where possible in top-level feature specs
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 35d090c4b7f..59bd5ab09f9 100644
--- a/spec/features/calendar_spec.rb
+++ b/spec/features/calendar_spec.rb
@@ -4,7 +4,7 @@ feature 'Contributions Calendar', :feature, :js do
include WaitForAjax
let(:user) { create(:user) }
- let(:contributed_project) { create(:project, :public) }
+ let(:contributed_project) { create(:empty_project, :public) }
let(:issue_note) { create(:note, project: contributed_project) }
# Ex/ Sunday Jan 1, 2016