Fix tests to match changes from PR #20, add entry in .gitignoretags/v0.7.0
@@ -1,2 +1,3 @@ | |||
*.swp | |||
.kitchen | |||
.kitchen.local.yml |
@@ -7,7 +7,8 @@ describe 'apt.repositories' do | |||
end | |||
describe file('/etc/apt/sources.list') do | |||
it { should_not exist } | |||
it { should exist } | |||
its(:size) { should eq 0 } | |||
end | |||
describe file('/etc/apt/sources.list.d') do |