Browse Source

Update spec for role fix

Markus Frosch 9 years ago
parent
commit
38ae5fd0fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/classes/icingaweb2_spec.rb

+ 1 - 1
spec/classes/icingaweb2_spec.rb

@@ -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