Fix rspec 3.x syntax

- Convert 'should' keyword to 'is_expected.to'

Change-Id: I0e39abc38847e39f924e4f76c01e9c2fd6f37b10
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud 2015-07-20 15:51:26 +02:00
parent 56cacb4a65
commit 488599fee8
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ describe 'ceilometer with mysql' do
end
describe cron do
it { should have_entry('1 0 * * * ceilometer-expirer').with_user('ceilometer') }
it { is_expected.to have_entry('1 0 * * * ceilometer-expirer').with_user('ceilometer') }
end
end