aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.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/test_helper.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/test_helper.rb')
-rw-r--r--test/test_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
deleted file mode 100644
index a2052ee..0000000
--- a/test/test_helper.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-require 'rubygems'
-require 'active_support'
-require 'minitest/autorun'
-require 'active_support/test_case'