Merge pull request #24 from fcharlier/operator_roles

Fix operator_roles test after changes in 2304e863
This commit is contained in:
Dan Bode
2012-05-29 09:25:07 -07:00

View File

@@ -25,7 +25,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/) }