Fix ignored unit tests

Unit test files should be named like *_spec.rb.

Change-Id: I3323204aed1217cc2b0dff9d2955519a6035f7e9
This commit is contained in:
Takashi Kajinami 2021-01-03 14:32:55 +09:00
parent 58a34d2e93
commit 78b23dbf5d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ $LOAD_PATH.push(
'lib') 'lib')
) )
require 'spec_helper' require 'spec_helper'
provider_class = Puppet::Type.type(:barbican_config).provider(:ruby) provider_class = Puppet::Type.type(:barbican_config).provider(:openstackconfig)
describe provider_class do describe provider_class do
it 'should default to the default setting when no other one is specified' do it 'should default to the default setting when no other one is specified' do