From 74bbc5b8de75c54116f40300e999c2ff9b3618eb Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sun, 18 Aug 2019 21:33:18 +0100 Subject: [PATCH] fix(tests): move to controls sub-directory --- test/integration/default/{ => controls}/config_spec.rb | 0 test/integration/default/{ => controls}/pkgs_spec.rb | 0 test/integration/default/{ => controls}/service_spec.rb | 0 test/integration/default/{ => controls}/zones_spec.rb | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/default/{ => controls}/config_spec.rb (100%) rename test/integration/default/{ => controls}/pkgs_spec.rb (100%) rename test/integration/default/{ => controls}/service_spec.rb (100%) rename test/integration/default/{ => controls}/zones_spec.rb (100%) diff --git a/test/integration/default/config_spec.rb b/test/integration/default/controls/config_spec.rb similarity index 100% rename from test/integration/default/config_spec.rb rename to test/integration/default/controls/config_spec.rb diff --git a/test/integration/default/pkgs_spec.rb b/test/integration/default/controls/pkgs_spec.rb similarity index 100% rename from test/integration/default/pkgs_spec.rb rename to test/integration/default/controls/pkgs_spec.rb diff --git a/test/integration/default/service_spec.rb b/test/integration/default/controls/service_spec.rb similarity index 100% rename from test/integration/default/service_spec.rb rename to test/integration/default/controls/service_spec.rb diff --git a/test/integration/default/zones_spec.rb b/test/integration/default/controls/zones_spec.rb similarity index 100% rename from test/integration/default/zones_spec.rb rename to test/integration/default/controls/zones_spec.rb