aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.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/test_helper.rb
parent3963b7bd2f9e9516b638003a28bdd0d549428de1 (diff)
parent049af6c6dafb5ee031240c724ab0759d9f1600ef (diff)
Merge branch 'runnable-tests' into develop
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
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'