Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
apache2
Commits
f731c719
Unverified
Commit
f731c719
authored
Jul 25, 2018
by
Dan Webb
Browse files
Ignore Dangerfile with cookstyle
parent
03e3fb35
Changes
3
Hide whitespace changes
Inline
Side-by-side
.rubocop.yml
0 → 100644
View file @
f731c719
AllCops
:
Exclude
:
-
'
Dangerfile'
test/integration/default/controls/default_spec.rb
View file @
f731c719
...
...
@@ -124,5 +124,4 @@ control 'package-installed' do
expect
(
command
(
"APACHE_LOG_DIR=
#{
property
[
:apache
][
:log_dir
]
}
#{
property
[
:apache
][
:binary
]
}
-t"
).
exit_status
).
to
eq
0
end
end
end
test/integration/default/controls/mod_include_spec.rb
View file @
f731c719
...
...
@@ -17,7 +17,6 @@ control 'mod-include' do
impact
0
desc
'mod include installed & configured'
describe
'apache2::mod_include'
do
expected_module
=
'include'
subject
(
:available
)
{
file
(
"
#{
property
[
:apache
][
:dir
]
}
/mods-available/
#{
expected_module
}
.load"
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment