summaryrefslogtreecommitdiff
path: root/spec/support/slash_commands_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/slash_commands_helpers.rb')
-rw-r--r--spec/support/slash_commands_helpers.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/support/slash_commands_helpers.rb b/spec/support/slash_commands_helpers.rb
deleted file mode 100644
index 4bfe481115f..00000000000
--- a/spec/support/slash_commands_helpers.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-module SlashCommandsHelpers
- def write_note(text)
- Sidekiq::Testing.fake! do
- page.within('.js-main-target-form') do
- fill_in 'note[note]', with: text
- find('.js-comment-submit-button').trigger('click')
- end
- end
- end
-end