From f2f32202c3b74fa25109db09d00563d904b9ed12 Mon Sep 17 00:00:00 2001 From: Roy Kaldung Date: Tue, 8 Jan 2013 14:56:20 +0100 Subject: [PATCH] fixed broken build --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index d80daf09a..665d7313b 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,7 +1,7 @@ ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' -rsisequire 'simplecov' +require 'simplecov' require 'simplecov-rcov' class ActiveSupport::TestCase