aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/controllers/backends_controller_test.rb7
-rw-r--r--test/fixtures/backends/terraform_aws.yml13
-rw-r--r--test/fixtures/backends/terraform_libvirts.yml9
-rw-r--r--test/fixtures/govuk_guix/revisions.yml9
-rw-r--r--test/models/govuk_guix/revision_test.rb7
5 files changed, 0 insertions, 45 deletions
diff --git a/test/controllers/backends_controller_test.rb b/test/controllers/backends_controller_test.rb
deleted file mode 100644
index fe2682e..0000000
--- a/test/controllers/backends_controller_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'test_helper'
-
-class BackendsControllerTest < ActionDispatch::IntegrationTest
- # test "the truth" do
- # assert true
- # end
-end
diff --git a/test/fixtures/backends/terraform_aws.yml b/test/fixtures/backends/terraform_aws.yml
deleted file mode 100644
index b0f1f9d..0000000
--- a/test/fixtures/backends/terraform_aws.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- label: MyString
- aws_region: MyString
- aws_access_key_id: MyString
- aws_secret_access_key: MyString
-
-two:
- label: MyString
- aws_region: MyString
- aws_access_key_id: MyString
- aws_secret_access_key: MyString
diff --git a/test/fixtures/backends/terraform_libvirts.yml b/test/fixtures/backends/terraform_libvirts.yml
deleted file mode 100644
index 06293db..0000000
--- a/test/fixtures/backends/terraform_libvirts.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- label: MyString
- uri: MyString
-
-two:
- label: MyString
- uri: MyString
diff --git a/test/fixtures/govuk_guix/revisions.yml b/test/fixtures/govuk_guix/revisions.yml
deleted file mode 100644
index ad7058f..0000000
--- a/test/fixtures/govuk_guix/revisions.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- treeish: MyString
- store_path: MyString
-
-two:
- treeish: MyString
- store_path: MyString
diff --git a/test/models/govuk_guix/revision_test.rb b/test/models/govuk_guix/revision_test.rb
deleted file mode 100644
index b46181a..0000000
--- a/test/models/govuk_guix/revision_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'test_helper'
-
-class GovukGuix::RevisionTest < ActiveSupport::TestCase
- # test "the truth" do
- # assert true
- # end
-end