From 37351656b028f3fbe0427c788f3bb03113c4f548 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 20 Aug 2018 16:22:42 -0700 Subject: [PATCH] Move tests back directly into test/ --- test/{acceptance => }/_helpers.bash | 0 test/{acceptance => }/server.bats | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{acceptance => }/_helpers.bash (100%) rename test/{acceptance => }/server.bats (100%) diff --git a/test/acceptance/_helpers.bash b/test/_helpers.bash similarity index 100% rename from test/acceptance/_helpers.bash rename to test/_helpers.bash diff --git a/test/acceptance/server.bats b/test/server.bats similarity index 100% rename from test/acceptance/server.bats rename to test/server.bats