aboutsummaryrefslogtreecommitdiffstats
path: root/test/sites/gcs_site_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/sites/gcs_site_test.rb')
-rw-r--r--test/sites/gcs_site_test.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/sites/gcs_site_test.rb b/test/sites/gcs_site_test.rb
deleted file mode 100644
index fbf6c4a242..0000000000
--- a/test/sites/gcs_site_test.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-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