summaryrefslogtreecommitdiff
path: root/spec/features/todos/todos_filtering_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/todos/todos_filtering_spec.rb')
-rw-r--r--spec/features/todos/todos_filtering_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/todos/todos_filtering_spec.rb b/spec/features/todos/todos_filtering_spec.rb
index e8f06916d53..cecb98641a6 100644
--- a/spec/features/todos/todos_filtering_spec.rb
+++ b/spec/features/todos/todos_filtering_spec.rb
@@ -1,8 +1,6 @@
require 'spec_helper'
describe 'Dashboard > User filters todos', feature: true, js: true do
- include WaitForAjax
-
let(:user_1) { create(:user, username: 'user_1', name: 'user_1') }
let(:user_2) { create(:user, username: 'user_2', name: 'user_2') }