mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
remove unnecessary includes in docker tests
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
f618fa391b
commit
21f0a37764
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -19,6 +19,6 @@ namespace :test do
|
|||
task :integration do
|
||||
tests = Dir["test/resource/*.rb"]
|
||||
return if tests.empty?
|
||||
sh(Gem.ruby, '-I', 'lib', 'test/docker.rb', *tests)
|
||||
sh(Gem.ruby, 'test/docker.rb', *tests)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue