mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Fixed rake test:resources task. The path was no longer valid.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
6235c3f658
commit
35aceeb9ba
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -129,7 +129,7 @@ namespace :test do
|
|||
task :'functional:windows' => [:accept_license]
|
||||
|
||||
task :resources do
|
||||
tests = Dir['test/resource/*_test.rb']
|
||||
tests = Dir['test/unit/resource/*_test.rb']
|
||||
return if tests.empty?
|
||||
sh(Gem.ruby, 'test/docker_test.rb', *tests)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue