tasks require path to inventory yaml #200
Annotations
2 errors and 2 warnings
Run tests:
spec/tasks/vagrant_spec.rb#L29
vagrant provisions a new vagrant box when action is provision
Failure/Error: require_relative '../../tasks/vagrant'
#<File (class)> received :read with unexpected arguments
expected: (/\/home\/runner\/work\/provision\/provision\/.vagrant/)
got: ("/home/runner/work/provision/provision/inventory.yaml/.vagrant/generic-debian10-0/.vagrant/machines/default/virtualbox/index_uuid")
Diff:
@@ -1 +1 @@
-[/\/home\/runner\/work\/provision\/provision\/.vagrant/]
+["/home/runner/work/provision/provision/inventory.yaml/.vagrant/generic-debian10-0/.vagrant/machines/default/virtualbox/index_uuid"]
Please stub a default value first if message might be received with other args as well.
|
Run tests
Process completed with exit code 1.
|
Run tests:
spec/tasks/abs_spec.rb#L134
provision::abs when provisioning raises an error if abs returns error response
Skipped: Not yet implemented
|
Run tests:
spec/tasks/abs_spec.rb#L182
provision::abs when tearing down raises an error if abs returns error response
Skipped: Not yet implemented
|
Loading