From 62167f708d0d244ca98fe9e578f32b13434ca0c4 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 17 Apr 2017 19:24:56 -0400 Subject: [PATCH] tests: move html-export test to doc /tests/doc directory --- .travis-build.sh | 2 +- layers/+completion/helm/README.org | 2 +- tests/{layers/+org/html-export => doc}/Makefile | 2 +- tests/{layers/+org/html-export => doc}/dotspacemacs.el | 0 tests/{layers/+org/html-export => doc}/org-export-ftest.el | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename tests/{layers/+org/html-export => doc}/Makefile (92%) rename tests/{layers/+org/html-export => doc}/dotspacemacs.el (100%) rename tests/{layers/+org/html-export => doc}/org-export-ftest.el (100%) diff --git a/.travis-build.sh b/.travis-build.sh index de38535de..ecb5c7149 100755 --- a/.travis-build.sh +++ b/.travis-build.sh @@ -11,7 +11,7 @@ ## ## License: GPLv3 -tests=("core" "layers/+org/html-export") +tests=("core" "doc") if [ $USER != "travis" ]; then echo "This script is not designed to run locally." diff --git a/layers/+completion/helm/README.org b/layers/+completion/helm/README.org index 443b32dd1..bd46640aa 100644 --- a/layers/+completion/helm/README.org +++ b/layers/+completion/helm/README.org @@ -52,7 +52,7 @@ Helm buffers with ~hjkl~. :PROPERTIES: :CUSTOM_ID: helm-transient-state :END: -Spacemacs defines a [[#transient-states][transient state]] for =Helm= to make it work like [[https://github.com/Shougo/unite.vim][Vim's Unite]] +Spacemacs defines a transient state for =Helm= to make it work like [[https://github.com/Shougo/unite.vim][Vim's Unite]] plugin. Initiate the transient state with ~M-SPC~ or ~s-M-SPC~ while in a =Helm= buffer. diff --git a/tests/layers/+org/html-export/Makefile b/tests/doc/Makefile similarity index 92% rename from tests/layers/+org/html-export/Makefile rename to tests/doc/Makefile index 9e8565112..881d0d922 100644 --- a/tests/layers/+org/html-export/Makefile +++ b/tests/doc/Makefile @@ -16,4 +16,4 @@ UNIT_TEST_FILES = FUNC_TEST_FILES = \ org-export-ftest.el -include ../../../../spacemacs.mk +include ../../spacemacs.mk diff --git a/tests/layers/+org/html-export/dotspacemacs.el b/tests/doc/dotspacemacs.el similarity index 100% rename from tests/layers/+org/html-export/dotspacemacs.el rename to tests/doc/dotspacemacs.el diff --git a/tests/layers/+org/html-export/org-export-ftest.el b/tests/doc/org-export-ftest.el similarity index 100% rename from tests/layers/+org/html-export/org-export-ftest.el rename to tests/doc/org-export-ftest.el