Fix unit test

Small change in nokogirl

Change-Id: I737b1c74baf8c887208f40e0b6f382599ad9691d
This commit is contained in:
Mark Vanderwiel 2015-11-11 09:15:20 -06:00
parent e888adce0a
commit 2f4e43a0b9
1 changed files with 1 additions and 1 deletions

View File

@ -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