From 488599fee83dea47082c6c06ce91d5c3a1438720 Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Mon, 20 Jul 2015 15:51:26 +0200 Subject: [PATCH] Fix rspec 3.x syntax - Convert 'should' keyword to 'is_expected.to' Change-Id: I0e39abc38847e39f924e4f76c01e9c2fd6f37b10 Signed-off-by: Gael Chamoulaud --- spec/acceptance/ceilometer_with_mysql_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/ceilometer_with_mysql_spec.rb b/spec/acceptance/ceilometer_with_mysql_spec.rb index 989f95b..706f0ef 100644 --- a/spec/acceptance/ceilometer_with_mysql_spec.rb +++ b/spec/acceptance/ceilometer_with_mysql_spec.rb @@ -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 -- 2.45.2