aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'