From 796211102323302c607dcdca3528441a63fdf98f Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 24 Feb 2015 14:15:36 +0000 Subject: Add autorunner to make tests runnable with rake. --- test/test_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_helper.rb') 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' -- cgit v1.2.3