From 3512bcdc5948bdda424ca95f507aa276cb87279d Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 27 Mar 2015 15:24:36 -0400 Subject: [PATCH] moving jt test to test folder so that merge will pass jenkins --- awx/ui/static/partials/inventories.html | 8 ++++---- .../job-templates/delete-job-template.service-test.js | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename awx/ui/{static/js => tests/unit}/job-templates/delete-job-template.service-test.js (100%) diff --git a/awx/ui/static/partials/inventories.html b/awx/ui/static/partials/inventories.html index b4869d6bdf..a3b4306a19 100644 --- a/awx/ui/static/partials/inventories.html +++ b/awx/ui/static/partials/inventories.html @@ -5,9 +5,9 @@
diff --git a/awx/ui/static/js/job-templates/delete-job-template.service-test.js b/awx/ui/tests/unit/job-templates/delete-job-template.service-test.js similarity index 100% rename from awx/ui/static/js/job-templates/delete-job-template.service-test.js rename to awx/ui/tests/unit/job-templates/delete-job-template.service-test.js