From a1837c24f1b5210964e74f576805470f6db1a0cf Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 20 Jul 2021 19:22:36 +0100 Subject: [PATCH] test(inspec): rename all files to avoid unnecessary `_spec` suffix --- .../default/controls/{services_spec.rb => services.rb} | 0 test/integration/repo/controls/{services_spec.rb => services.rb} | 0 test/integration/share/controls/{command_spec.rb => command.rb} | 0 test/integration/share/controls/{config_spec.rb => config.rb} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/default/controls/{services_spec.rb => services.rb} (100%) rename test/integration/repo/controls/{services_spec.rb => services.rb} (100%) rename test/integration/share/controls/{command_spec.rb => command.rb} (100%) rename test/integration/share/controls/{config_spec.rb => config.rb} (100%) diff --git a/test/integration/default/controls/services_spec.rb b/test/integration/default/controls/services.rb similarity index 100% rename from test/integration/default/controls/services_spec.rb rename to test/integration/default/controls/services.rb diff --git a/test/integration/repo/controls/services_spec.rb b/test/integration/repo/controls/services.rb similarity index 100% rename from test/integration/repo/controls/services_spec.rb rename to test/integration/repo/controls/services.rb diff --git a/test/integration/share/controls/command_spec.rb b/test/integration/share/controls/command.rb similarity index 100% rename from test/integration/share/controls/command_spec.rb rename to test/integration/share/controls/command.rb diff --git a/test/integration/share/controls/config_spec.rb b/test/integration/share/controls/config.rb similarity index 100% rename from test/integration/share/controls/config_spec.rb rename to test/integration/share/controls/config.rb