Skip to content

Commit

Permalink
Remove repeated examples (rubocop)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnelson0 committed Jan 20, 2017
1 parent acc63cf commit 922d184
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions spec/classes/nginx_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1076,24 +1076,6 @@
)
)
end
it do
is_expected.to contain_file('/etc/nginx/streams-available').without(
%w(
ignore
purge
recurse
)
)
end
it do
is_expected.to contain_file('/etc/nginx/streams-enabled').without(
%w(
ignore
purge
recurse
)
)
end
end

context 'when daemon_user = www-data' do
Expand Down

0 comments on commit 922d184

Please sign in to comment.