From aef345024f72ca8d4b57a65b149d018a50219a87 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 28 Mar 2017 17:13:16 -0400 Subject: Use `:empty_project` where possible in top-level feature specs --- spec/features/calendar_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/calendar_spec.rb') 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 -- cgit v1.2.3