From d871bd5bedd18c4a798d37c11fecde2377785604 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 2 Dec 2021 09:53:12 +0900 Subject: [PATCH] Fix ignored unit tests Unit test files should be named like *_spec.rb otherwise these are ignored. Change-Id: I2cf23888e05c0482e103477b7d5d109091da8f70 --- ...tempauth_account.rb => swift_proxy_tempauth_account_spec.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/defines/{swift_proxy_tempauth_account.rb => swift_proxy_tempauth_account_spec.rb} (92%) diff --git a/spec/defines/swift_proxy_tempauth_account.rb b/spec/defines/swift_proxy_tempauth_account_spec.rb similarity index 92% rename from spec/defines/swift_proxy_tempauth_account.rb rename to spec/defines/swift_proxy_tempauth_account_spec.rb index a360c7e5..8c2ce68c 100644 --- a/spec/defines/swift_proxy_tempauth_account.rb +++ b/spec/defines/swift_proxy_tempauth_account_spec.rb @@ -19,7 +19,7 @@ describe 'swift::proxy::tempauth_account' do facts.merge(OSDefaults.get_facts()) end - it_configures 'swift::proxy::tempauth_acount' + it_configures 'swift::proxy::tempauth_account' end end end