Skip to content

Instantly share code, notes, and snippets.

@jtopjian
Created May 14, 2013 16:55
Show Gist options
  • Save jtopjian/5577539 to your computer and use it in GitHub Desktop.
Save jtopjian/5577539 to your computer and use it in GitHub Desktop.
test failure
context 'when auto assign floating ip is assigned' do
before do
params.merge!(:auto_assign_floating_ip => 'true')
end
it { should contain_nova_config('DEFAULT/auto_assign_floating_ip').with(:value => 'True')}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment