let the user set the domain title and description

This commit is contained in:
Rui Lopes
2020-08-12 21:26:36 +01:00
parent 18c7803863
commit 19cd1d5629
8 changed files with 22 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ describe 'templates/domain' do
context 'when all settings enabled' do
before do
domain.title = 'title'
domain.description = 'description'
domain.instance_variable_set('@domain_type', 'kvm')
domain.cpu_mode = 'custom'
domain.cpu_feature(name: 'AAA', policy: 'required')