tests: add explore/posts controller tests.

This commit is contained in:
evazion
2017-02-06 01:56:14 -06:00
parent 443c41cff2
commit e26fb61ee9
3 changed files with 43 additions and 0 deletions

View File

@@ -26,3 +26,13 @@ end
MEMCACHE = MemcacheMock.new
Delayed::Worker.delay_jobs = false
require "helpers/reportbooru_helper"
class ActiveSupport::TestCase
include ReportbooruHelper
setup do
mock_popular_search_service!
mock_missed_search_service!
end
end