aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-04-03 07:22:07 +0100
committerChristopher Baines <mail@cbaines.net>2018-04-03 21:58:55 +0100
commit77219c75983d0730aad77467ee1c68b21a1bfedc (patch)
treeb5fb3a22a784fdb131c8e32d3e52872c3d243fae /test
parentd196977deef0edc0f7596d8cd8855fe61f72f6ff (diff)
downloadgovuk-mini-environment-admin-77219c75983d0730aad77467ee1c68b21a1bfedc.tar
govuk-mini-environment-admin-77219c75983d0730aad77467ee1c68b21a1bfedc.tar.gz
Remove lots of unnecessary files
Using the Rails generator seems to generate quite a lot of unnecessary files...
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