From c5c15361da808b6e7ee30704fdf6576d0637c6d5 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Tue, 26 Jan 2016 16:29:07 +0000 Subject: [PATCH] Use unit name instead of library to describe tests To distinguish between future addition of acceptance tests, rename the existing to tests to match their type as 'unit' tests in line with other uses of vagrant-spec. --- spec/{vagrant-libvirt => unit}/action/set_name_of_domain_spec.rb | 0 spec/{vagrant-libvirt => unit}/action/wait_till_up_spec.rb | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename spec/{vagrant-libvirt => unit}/action/set_name_of_domain_spec.rb (100%) rename spec/{vagrant-libvirt => unit}/action/wait_till_up_spec.rb (100%) diff --git a/spec/vagrant-libvirt/action/set_name_of_domain_spec.rb b/spec/unit/action/set_name_of_domain_spec.rb similarity index 100% rename from spec/vagrant-libvirt/action/set_name_of_domain_spec.rb rename to spec/unit/action/set_name_of_domain_spec.rb diff --git a/spec/vagrant-libvirt/action/wait_till_up_spec.rb b/spec/unit/action/wait_till_up_spec.rb similarity index 100% rename from spec/vagrant-libvirt/action/wait_till_up_spec.rb rename to spec/unit/action/wait_till_up_spec.rb