aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-02-24 14:15:36 +0000
committerLouise Crow <louise.crow@gmail.com>2015-02-24 14:15:36 +0000
commit796211102323302c607dcdca3528441a63fdf98f (patch)
treeb19daa932815321b342a56d982190a9f585a288b
parent4c2bbeeabd69fd99239b60d4fb77fa8ba92664d7 (diff)
Add autorunner to make tests runnable with rake.
-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'