mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-01-08 23:13:08 -06:00
41bd20269e
Move existing tests executed with the help of bats to use rspec directly combined with tags to filter them out from being executed by default. This allows for more complex assertions as well as easier debug as the code supports use of setting 'VAGRANT_SPEC_SKIP_CLEANUP' to prevent the tests from removing the temporary directory created for home and work directories. Extend a number of classes from vagrant-spec to override default behaviour to allow passing of additional environment variables for packaging tests, as well as supporting the skip cleanup. Given the use of after to perform the cleanup, need to vendor the vagrant-spec acceptance context in order to modify it easily.
26 lines
259 B
Plaintext
26 lines
259 B
Plaintext
*.gem
|
|
*.rbc
|
|
.bundle
|
|
.config
|
|
.yardoc
|
|
Gemfile.lock
|
|
InstalledFiles
|
|
_yardoc
|
|
bin/
|
|
coverage
|
|
doc/
|
|
lib/bundler/man
|
|
pkg
|
|
rdoc
|
|
spec/reports
|
|
test/tmp
|
|
test/version_tmp
|
|
tmp
|
|
/Vagrantfile
|
|
.vagrant
|
|
*.swp
|
|
.deps
|
|
|
|
# don't commit the generated version
|
|
lib/vagrant-libvirt/version
|