summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2017-04-21 22:32:02 +0200
committerJacopo <beschi.jacopo@gmail.com>2017-04-21 22:32:02 +0200
commitff76adb5476f663fe92cec0ec4a78e93c7615191 (patch)
tree7d850174c9abeaf2d2c34e099cca6194570a55a6 /spec/support
parentd58350166d267d9923d39e783600fcd95eb4cd64 (diff)
downloadgitlab-ce-ff76adb5476f663fe92cec0ec4a78e93c7615191.tar.gz
Unnecessary "include WaitForAjax" and "include ApiHelpers"
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/features/issuable_slash_commands_shared_examples.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/support/features/issuable_slash_commands_shared_examples.rb b/spec/support/features/issuable_slash_commands_shared_examples.rb
index a4713e53f63..5bbe36d9b7f 100644
--- a/spec/support/features/issuable_slash_commands_shared_examples.rb
+++ b/spec/support/features/issuable_slash_commands_shared_examples.rb
@@ -3,7 +3,6 @@
shared_examples 'issuable record that supports slash commands in its description and notes' do |issuable_type|
include SlashCommandsHelpers
- include WaitForAjax
let(:master) { create(:user) }
let(:assignee) { create(:user, username: 'bob') }