mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
fix docker rake path
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
a2138e6d31
commit
064996669c
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -34,7 +34,7 @@ namespace :test do
|
|||
task :resources do
|
||||
tests = Dir['test/resource/*.rb']
|
||||
return if tests.empty?
|
||||
sh(Gem.ruby, 'test/docker.rb', *tests)
|
||||
sh(Gem.ruby, 'test/docker_test.rb', *tests)
|
||||
end
|
||||
|
||||
task :runner do
|
||||
|
|
Loading…
Reference in a new issue