From: Jacob Helwig Date: Tue, 26 Jun 2018 21:31:43 +0000 (-0700) Subject: Rename acceptance tests to have _spec at the end X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=620b0d9b0e085953347919822bc9513d048f6be9;p=puppet-sshkeys_core.git Rename acceptance tests to have _spec at the end --- diff --git a/spec/acceptance/tests/resource/ssh_authorized_key/create.rb b/spec/acceptance/tests/resource/ssh_authorized_key/create_spec.rb similarity index 100% rename from spec/acceptance/tests/resource/ssh_authorized_key/create.rb rename to spec/acceptance/tests/resource/ssh_authorized_key/create_spec.rb diff --git a/spec/acceptance/tests/resource/ssh_authorized_key/destroy.rb b/spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb similarity index 100% rename from spec/acceptance/tests/resource/ssh_authorized_key/destroy.rb rename to spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb diff --git a/spec/acceptance/tests/resource/ssh_authorized_key/modify.rb b/spec/acceptance/tests/resource/ssh_authorized_key/modify_spec.rb similarity index 100% rename from spec/acceptance/tests/resource/ssh_authorized_key/modify.rb rename to spec/acceptance/tests/resource/ssh_authorized_key/modify_spec.rb diff --git a/spec/acceptance/tests/resource/ssh_authorized_key/query.rb b/spec/acceptance/tests/resource/ssh_authorized_key/query_spec.rb similarity index 100% rename from spec/acceptance/tests/resource/ssh_authorized_key/query.rb rename to spec/acceptance/tests/resource/ssh_authorized_key/query_spec.rb diff --git a/spec/acceptance/tests/resource/sshkey/create.rb b/spec/acceptance/tests/resource/sshkey/create_spec.rb similarity index 100% rename from spec/acceptance/tests/resource/sshkey/create.rb rename to spec/acceptance/tests/resource/sshkey/create_spec.rb