diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-26 10:55:12 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-02-26 10:55:12 +0000 |
commit | 048d27429c298917d4abb79efe7f7f53c424ee70 (patch) | |
tree | 9dc46f15c1a53fa43e24a53041722d7e97ad41ca /test/alavetelitheme_test.rb | |
parent | e0ca560bff806b83001ab828d903015beec79cb1 (diff) | |
parent | 049af6c6dafb5ee031240c724ab0759d9f1600ef (diff) |
Merge branch 'runnable-tests'
Diffstat (limited to 'test/alavetelitheme_test.rb')
-rw-r--r-- | test/alavetelitheme_test.rb | 4 |
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 |