test_helper.rb: factor out upload test helpers.

This commit is contained in:
evazion
2017-02-03 19:45:46 -06:00
parent 1511118bba
commit 9b16c45edc
4 changed files with 28 additions and 27 deletions

View File

@@ -1,8 +1,10 @@
require 'test_helper'
require 'helpers/iqdb_test_helper'
require 'helpers/upload_test_helper'
class UploadTest < ActiveSupport::TestCase
include IqdbTestHelper
include UploadTestHelper
def setup
super