Fix include_class deprecation warning. Use contain_class instead.
Change-Id: I9ab9e1d72a06b2de0d63601795b0902e53f330b6
This commit is contained in:
parent
3936163d41
commit
eefaf9ca54
@ -17,7 +17,7 @@ describe 'swift::proxy::s3token' do
|
||||
"/var/lib/puppet/concat/_etc_swift_proxy-server.conf/fragments/28_swift_s3token"
|
||||
end
|
||||
|
||||
it { should include_class('keystone::python') }
|
||||
it { should contain_class('keystone::python') }
|
||||
|
||||
describe "when using default parameters" do
|
||||
it 'should build the fragment with correct parameters' do
|
||||
|
Loading…
Reference in New Issue
Block a user