From 1fde777783a737af4c1bc67d035a5d514da35961 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Mon, 20 May 2019 11:03:21 +0800 Subject: [PATCH] Fix client spec test Change-Id: I58850e0a404bd83153b6c985c815115fc1b09f34 --- spec/classes/swift_client_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/classes/swift_client_spec.rb b/spec/classes/swift_client_spec.rb index 102e0d3c..ec505f62 100644 --- a/spec/classes/swift_client_spec.rb +++ b/spec/classes/swift_client_spec.rb @@ -15,6 +15,7 @@ describe 'swift::client' do default_params.merge(params) end + it { is_expected.to contain_class('swift::deps') } it { is_expected.to contain_class('swift::params') } it 'installs swift client package' do