aboutsummaryrefslogblamecommitdiffstats
path: root/test/service/disk_service_test.rb
blob: bd2e68277e0d046fbfa7206013adf481c9540313 (plain) (tree)
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(:test, test: { service: "Disk", root: File.join(Dir.tmpdir, "active_storage") })

  include ActiveStorage::Service::SharedServiceTests
end