aboutsummaryrefslogtreecommitdiffstats
path: root/test/alavetelitheme_test.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-02-26 10:54:33 +0000
committerLouise Crow <louise.crow@gmail.com>2015-02-26 10:54:33 +0000
commit06043da04c7307190bdb825dc5c0a36525b7203a (patch)
tree9dc46f15c1a53fa43e24a53041722d7e97ad41ca /test/alavetelitheme_test.rb
parent3963b7bd2f9e9516b638003a28bdd0d549428de1 (diff)
parent049af6c6dafb5ee031240c724ab0759d9f1600ef (diff)
Merge branch 'runnable-tests' into develop
Diffstat (limited to 'test/alavetelitheme_test.rb')
-rw-r--r--test/alavetelitheme_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/alavetelitheme_test.rb b/test/alavetelitheme_test.rb
index 9e9e34f..3e2d782 100644
--- a/test/alavetelitheme_test.rb
+++ b/test/alavetelitheme_test.rb
@@ -1,8 +1,8 @@
-require 'test_helper'
-
+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