diff options
author | Christopher Baines <mail@cbaines.net> | 2018-04-03 07:22:07 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-04-03 21:58:55 +0100 |
commit | 77219c75983d0730aad77467ee1c68b21a1bfedc (patch) | |
tree | b5fb3a22a784fdb131c8e32d3e52872c3d243fae /test/fixtures | |
parent | d196977deef0edc0f7596d8cd8855fe61f72f6ff (diff) | |
download | govuk-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/fixtures')
-rw-r--r-- | test/fixtures/backends/terraform_aws.yml | 13 | ||||
-rw-r--r-- | test/fixtures/backends/terraform_libvirts.yml | 9 | ||||
-rw-r--r-- | test/fixtures/govuk_guix/revisions.yml | 9 |
3 files changed, 0 insertions, 31 deletions
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 |