Fix ignored unit tests

Unit test files should be named like *_spec.rb otherwise these are
ignored.

Change-Id: I2cf23888e05c0482e103477b7d5d109091da8f70
This commit is contained in:
Takashi Kajinami
2021-12-02 09:53:12 +09:00
parent a1088139ec
commit d871bd5bed

View File

@@ -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