Fix tests to match changes from PR #20, add entry in .gitignoremaster
*.swp | *.swp | ||||
.kitchen | .kitchen | ||||
.kitchen.local.yml |
end | end | ||||
describe file('/etc/apt/sources.list') do | describe file('/etc/apt/sources.list') do | ||||
it { should_not exist } | |||||
it { should exist } | |||||
its(:size) { should eq 0 } | |||||
end | end | ||||
describe file('/etc/apt/sources.list.d') do | describe file('/etc/apt/sources.list.d') do |