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:
@@ -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
|
Reference in New Issue
Block a user