aboutsummaryrefslogtreecommitdiffstats
path: root/test/sites/s3_site_test.rb
blob: 12f5d084f638b0fcf0f8f4968960e59f558863b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require "sites/shared_site_tests"

if SITE_CONFIGURATIONS[:s3]
  class ActiveFile::Sites::S3SiteTest < ActiveSupport::TestCase
    SITE = ActiveFile::Sites::S3Site.new(SITE_CONFIGURATIONS[:s3])

    include ActiveFile::Sites::SharedSiteTests
  end
else
  puts "Skipping S3 Site tests because no S3 configuration was supplied"
end