Adjust groups to reduce test dependencies (#1748)

Switch around the groups defined in the Gemfile to allow execution
without installing additional tools that are useful for development but
not needed for testing or packaging.
This commit is contained in:
Darragh Bailey
2023-08-15 12:19:09 +01:00
committed by GitHub
parent 284b52f57c
commit 1ebfacf979
6 changed files with 31 additions and 50 deletions

View File

@@ -1,5 +1,7 @@
# frozen_string_literal: true
require 'rexml/document'
require_relative '../../spec_helper'
require 'vagrant-libvirt/util/network_util'