diff --git a/spec/unit/type/tempest_config_spec.rb b/spec/unit/type/tempest_config_spec.rb index 88c8f5e2..10bdd18e 100644 --- a/spec/unit/type/tempest_config_spec.rb +++ b/spec/unit/type/tempest_config_spec.rb @@ -33,7 +33,7 @@ describe 'Puppet::Type.type(:tempest_config)' do expect(@tempest_config[:value]).to eq('bar') end - it 'should not accept a value with whitespace' do + it 'should accept a value with whitespace' do @tempest_config[:value] = 'b ar' expect(@tempest_config[:value]).to eq('b ar') end