aboutsummaryrefslogtreecommitdiffstats
path: root/test/alavetelitheme_test.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2016-04-04 15:00:15 +0100
committerLouise Crow <louise.crow@gmail.com>2016-04-06 15:42:53 +0100
commita16a4c35b006ce7de18e8c0cf781c136ebcf9019 (patch)
tree061b80ae3b04e9cfd6954e2b34075d2e4fc99a36 /test/alavetelitheme_test.rb
parent4bd2c48f7f1f75d71b3eaed73e3893a2b42b0fee (diff)
Remove unused test directory
There is already a spec directory, which is what we actually use when writing tests for themes.
Diffstat (limited to 'test/alavetelitheme_test.rb')
-rw-r--r--test/alavetelitheme_test.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/alavetelitheme_test.rb b/test/alavetelitheme_test.rb
deleted file mode 100644
index 3e2d782..0000000
--- a/test/alavetelitheme_test.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require File.expand_path(File.join(File.dirname(__FILE__), 'test_helper'))
-class AlavetelithemeTest < ActiveSupport::TestCase
- # Replace this with your real tests.
- test "the truth" do
- assert true
- end
-
-end