Logo
Explore Help
Sign In
NuKVM/vagrant-libvirt
3
0
Fork 0
You've already forked vagrant-libvirt
mirror of https://github.com/vagrant-libvirt/vagrant-libvirt.git synced 2025-02-25 18:55:27 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
f6126464f1a5911ebe04a81e5014c8e0755a3005
vagrant-libvirt/spec/support/temporary_dir.rb

13 lines
206 B
Ruby
Raw Normal View History

Enable frozen string across project (#1319) Turn on frozen string support in all files by using a comment to avoid enabling across dependencies where it may not work. Fixes: #1177
2021-06-30 13:27:03 +01:00
# frozen_string_literal: true
Basic packaging tests and restructure action (#1307) Restructure action to remove custom handling around packaging of the box and instead use more of the built-in provided actions instead. Includes some packaging tests to cover both simple where the public key is retained (can't modify the tinycore VM without more complex provisioning steps), and a more complex one that utilizes a script and supports triggering regenerating the hosts on subsequent boots. The use of the upstream packaging helpers means that when the default insecure ssh key has been replaced, the packaging process will automatically include the generated key. Fixes: #759 Fixes: #765 Fixes: #1013 Fixes: #994
2021-06-25 20:01:02 +01:00
shared_context 'temporary_dir' do
around do |example|
Dir.mktmpdir("rspec-") do |dir|
@temp_dir = dir
example.run
end
end
attr_reader :temp_dir
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 38ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API