(maint) getvar: update spec to match implementation
This commit is contained in:
parent
8267dbc149
commit
c9e093f8d3
1 changed files with 1 additions and 8 deletions
|
@ -16,13 +16,6 @@ describe 'getvar' do
|
|||
|
||||
it { is_expected.to run.with_params('site::data::foo').and_return('baz') }
|
||||
it { is_expected.to run.with_params('::site::data::foo').and_return('baz') }
|
||||
|
||||
context 'with strict variable checking', :if => RSpec.configuration.strict_variables do
|
||||
it { is_expected.to run.with_params('::site::data::bar').and_raise_error(ArgumentError, /undefined_variable/) }
|
||||
end
|
||||
|
||||
context 'without strict variable checking', :unless => RSpec.configuration.strict_variables do
|
||||
it { is_expected.to run.with_params('::site::data::bar').and_return(nil) }
|
||||
end
|
||||
it { is_expected.to run.with_params('::site::data::bar').and_return(nil) }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue