Unit context improvements (#1639)

Move the unit context to a name matching the other contexts. Remove some
unnecessary entries from it that are unused, and remove references to
the old name relying on spec helper to load all contexts.
This commit is contained in:
Darragh Bailey
2022-10-11 18:19:52 +01:00
committed by GitHub
parent a8ab0040ff
commit 305232ff11
24 changed files with 26 additions and 39 deletions

View File

@@ -1,8 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'support/sharedcontext'
require 'support/libvirt_context'
require 'vagrant-libvirt/errors'
require 'vagrant-libvirt/action/start_domain'