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

if SITE_CONFIGURATIONS[:gcs]
  class ActiveVault::Site::GCSSiteTest < ActiveSupport::TestCase
    SITE = ActiveVault::Site.configure(:GCS, SITE_CONFIGURATIONS[:gcs])

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