test-kitchen / kitchen-vagrant

A Test Kitchen Driver for Vagrant
Other
348 stars 189 forks source link

Fix tests #434

Closed clintoncwolfe closed 3 years ago

clintoncwolfe commented 3 years ago

Description

Fixes the tests by doing two things:

  1. requiring securerandom in the spec helper, since the Vagrantfile template relies on it during testing. I tried requiring it directly in the template, but that appears to be too late.
  2. Deleting a reference to a nonexistent stats rake task.

With those two changes in , bundle exec rake runs and exits with 0 locally for me.

Issues Resolved

Check List