Merge "Fix rspec 3.x syntax"

This commit is contained in:
Jenkins 2015-09-13 23:02:27 +00:00 committed by Gerrit Code Review
commit 2c907a77f9

@ -58,7 +58,7 @@ describe 'trove' do
end
it 'installs common package' do
should contain_package('trove').with(
is_expected.to contain_package('trove').with(
:name => 'openstack-trove',
:ensure => 'present',
:tag => ['openstack', 'trove-package'],