try with modules from master
[mirror/dsa-puppet.git] / 3rdparty / modules / keystone / spec / classes / keystone_client_spec.rb
index 5ed6f6b..2e58fad 100644 (file)
@@ -3,7 +3,7 @@ require 'spec_helper'
 describe 'keystone::client' do
 
   describe "with default parameters" do
-    it { should contain_package('python-keystoneclient').with(
+    it { is_expected.to contain_package('python-keystoneclient').with(
         'ensure' => 'present',
         'tag'    => 'openstack'
     ) }
@@ -14,7 +14,7 @@ describe 'keystone::client' do
       {:ensure => '2013.1'}
     end
 
-    it { should contain_package('python-keystoneclient').with(
+    it { is_expected.to contain_package('python-keystoneclient').with(
         'ensure' => '2013.1',
         'tag'    => 'openstack'
     ) }