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/test_helper.rb | |
parent | e0ca560bff806b83001ab828d903015beec79cb1 (diff) | |
parent | 049af6c6dafb5ee031240c724ab0759d9f1600ef (diff) |
Merge branch 'runnable-tests'
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index cf148b8..a2052ee 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,3 +1,4 @@ require 'rubygems' require 'active_support' -require 'active_support/test_case'
\ No newline at end of file +require 'minitest/autorun' +require 'active_support/test_case' |