From ff76adb5476f663fe92cec0ec4a78e93c7615191 Mon Sep 17 00:00:00 2001 From: Jacopo Date: Fri, 21 Apr 2017 22:32:02 +0200 Subject: Unnecessary "include WaitForAjax" and "include ApiHelpers" Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true` --- spec/features/calendar_spec.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/features/calendar_spec.rb') diff --git a/spec/features/calendar_spec.rb b/spec/features/calendar_spec.rb index 35d090c4b7f..a020bc7f1e2 100644 --- a/spec/features/calendar_spec.rb +++ b/spec/features/calendar_spec.rb @@ -1,8 +1,6 @@ require 'spec_helper' feature 'Contributions Calendar', :feature, :js do - include WaitForAjax - let(:user) { create(:user) } let(:contributed_project) { create(:project, :public) } let(:issue_note) { create(:note, project: contributed_project) } -- cgit v1.2.3