aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/disk_service_test.rb
blob: 5dd7cff303dfa31eb4949c70abc601a3219fd34c (plain) (blame)
1
2
3
4
5
6
7
8
require "tmpdir"
require "service/shared_service_tests"

class ActiveStorage::Service::DiskServiceTest < ActiveSupport::TestCase
  SERVICE = ActiveStorage::Service.configure(:Disk, root: File.join(Dir.tmpdir, "active_storage"))

  include ActiveStorage::Service::SharedServiceTests
end