diff --git a/spec/_example_nova_spec.rb b/spec/_example_nova_spec.rb index ea1d055..7156849 100644 --- a/spec/_example_nova_spec.rb +++ b/spec/_example_nova_spec.rb @@ -30,7 +30,7 @@ describe 'openstack_client::_example_nova' do let(:chef_run) { runner.converge(described_recipe) } it 'install the nokogiri gem' do - expect(chef_run).to install_chef_gem('nokogiri') + expect(chef_run).to upgrade_chef_gem('nokogiri') end it 'install the fog gem' do