Update spec for role fix

This commit is contained in:
Markus Frosch 2015-04-07 14:22:22 +02:00
parent 9a1fa485e4
commit 38ae5fd0fb

View file

@ -56,7 +56,7 @@ describe 'icingaweb2', :type => :class do
it {
should contain_icingaweb2__config__roles('Admins').with(
'role_name' => /_admin_users_/
'role_users' => /_admin_users_/
)
}
end