From 0b397ac492aa9c450c5119f6fa2bab69e1a731a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Charlier?= Date: Mon, 21 May 2012 15:05:20 +0200 Subject: [PATCH] Fix operator_roles test after changes in 2304e863 --- spec/classes/swift_proxy_keystone_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/swift_proxy_keystone_spec.rb b/spec/classes/swift_proxy_keystone_spec.rb index 60b19a0a..bc2f67db 100644 --- a/spec/classes/swift_proxy_keystone_spec.rb +++ b/spec/classes/swift_proxy_keystone_spec.rb @@ -19,7 +19,7 @@ describe 'swift::proxy::keystone' do describe 'with defaults' do - it { should contain_file(fragment_file).with_content(/operator_roles = admin SwiftOperator/) } + it { should contain_file(fragment_file).with_content(/operator_roles = admin, SwiftOperator/) } it { should contain_file(fragment_file).with_content(/is_admin = true/) } it { should contain_file(fragment_file).with_content(/cache = swift.cache/) }