diff options
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 |