summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-10 01:38:45 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-10 01:38:45 -0400
commit94cbf0091f44e879c02066aab7ec0a44eaeb14c3 (patch)
treeb091e988a5ba9cb8dc9aea1217d8ce7720f4bb7f
parent11c611bc620519badeb4ce4a6bbb5d53ac96c207 (diff)
downloadgitlab-ce-rs-pre-rspec-3.tar.gz
Fix taskable requirers-pre-rspec-3
-rw-r--r--app/models/concerns/taskable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/concerns/taskable.rb b/app/models/concerns/taskable.rb
index 33b4814d7ec..660e58b876d 100644
--- a/app/models/concerns/taskable.rb
+++ b/app/models/concerns/taskable.rb
@@ -1,4 +1,5 @@
require 'task_list'
+require 'task_list/filter'
# Contains functionality for objects that can have task lists in their
# descriptions. Task list items can be added with Markdown like "* [x] Fix