mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fix a few typos in unit test (#1437)
This commit is contained in:
@@ -190,12 +190,12 @@ describe 'templates/domain' do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'memballon enabled' do
|
context 'memballoon enabled' do
|
||||||
before do
|
before do
|
||||||
domain.memballoon_enabled = true
|
domain.memballoon_enabled = true
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'renders with memballon element' do
|
it 'renders with memballoon element' do
|
||||||
domain.finalize!
|
domain.finalize!
|
||||||
|
|
||||||
expect(domain.to_xml('domain')).to match(/<memballoon model='virtio'>/)
|
expect(domain.to_xml('domain')).to match(/<memballoon model='virtio'>/)
|
||||||
@@ -218,7 +218,7 @@ describe 'templates/domain' do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'memballon disabled' do
|
context 'memballoon disabled' do
|
||||||
before do
|
before do
|
||||||
domain.memballoon_enabled = false
|
domain.memballoon_enabled = false
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user