Add facts to updater spec to make it green
This commit is contained in:
parent
189fc932e7
commit
ee0e095ea2
@ -1,6 +1,16 @@
|
|||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe 'bind::updater' do
|
describe 'bind::updater' do
|
||||||
|
let :facts do
|
||||||
|
{
|
||||||
|
:concat_basedir => '/wtf',
|
||||||
|
:osfamily => 'Debian',
|
||||||
|
:os => {
|
||||||
|
:family => 'Debian',
|
||||||
|
},
|
||||||
|
:operatingsystem => 'Debian'
|
||||||
|
}
|
||||||
|
end
|
||||||
it { should compile }
|
it { should compile }
|
||||||
it { should compile.with_all_deps }
|
it { should compile.with_all_deps }
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user