From 77219c75983d0730aad77467ee1c68b21a1bfedc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 3 Apr 2018 07:22:07 +0100 Subject: Remove lots of unnecessary files Using the Rails generator seems to generate quite a lot of unnecessary files... --- test/controllers/backends_controller_test.rb | 7 ------- test/fixtures/backends/terraform_aws.yml | 13 ------------- test/fixtures/backends/terraform_libvirts.yml | 9 --------- test/fixtures/govuk_guix/revisions.yml | 9 --------- test/models/govuk_guix/revision_test.rb | 7 ------- 5 files changed, 45 deletions(-) delete mode 100644 test/controllers/backends_controller_test.rb delete mode 100644 test/fixtures/backends/terraform_aws.yml delete mode 100644 test/fixtures/backends/terraform_libvirts.yml delete mode 100644 test/fixtures/govuk_guix/revisions.yml delete mode 100644 test/models/govuk_guix/revision_test.rb (limited to 'test') 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 -- cgit v1.2.3