mirror of
https://github.com/inspec/inspec
synced 2024-11-25 22:20:27 +00:00
rename test:integration -> test:resources
make room for backend tests Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
c86a68950a
commit
867242eb25
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -31,7 +31,7 @@ namespace :test do
|
|||
end or raise 'Failures'
|
||||
end
|
||||
|
||||
task :integration do
|
||||
task :resources do
|
||||
tests = Dir['test/resource/*.rb']
|
||||
return if tests.empty?
|
||||
sh(Gem.ruby, 'test/docker.rb', *tests)
|
||||
|
|
Loading…
Reference in a new issue