mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Correct pre-integration task name
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
34d16553bb
commit
8915ad049f
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -147,7 +147,7 @@ namespace :test do
|
|||
end
|
||||
end
|
||||
# Inject a prerequisite task
|
||||
task :'integration' => [:touch_license_files]
|
||||
task :'integration' => [:accept_license]
|
||||
|
||||
task :ssh, [:target] do |_t, args|
|
||||
tests_path = File.join(File.dirname(__FILE__), 'test', 'integration', 'test', 'integration', 'default')
|
||||
|
|
Loading…
Reference in a new issue