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

if SITE_CONFIGURATIONS[:gcs]
  class ActiveFile::Sites::GCSSiteTest < ActiveSupport::TestCase
    SITE = ActiveFile::Sites::GCSSite.new(SITE_CONFIGURATIONS[:gcs])

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