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

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

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