Skip to content

Commit

Permalink
remove tests no longer needed w/ voxpupuli#812
Browse files Browse the repository at this point in the history
  • Loading branch information
William Yardley authored and Oleksandr Moskalenko committed Oct 13, 2016
1 parent 119e002 commit f7703ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/classes/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
mode: '0644'
)
end
it { is_expected.to contain_file('/etc/nginx/conf.d/vhost_autogen.conf').with_ensure('absent') }
it { is_expected.to contain_file('/etc/nginx/conf.mail.d/vhost_autogen.conf').with_ensure('absent') }
it do
is_expected.to contain_file('/var/nginx').with(
ensure: 'directory',
Expand All @@ -52,7 +50,6 @@
mode: '0644'
)
end
it { is_expected.to contain_file('/etc/nginx/sites-enabled/default').with_ensure('absent') }
it do
is_expected.to contain_file('/etc/nginx/nginx.conf').with(
ensure: 'file',
Expand Down

0 comments on commit f7703ea

Please sign in to comment.