From f31e3350bf09bf569c2ec8f82be4877abceac2ee Mon Sep 17 00:00:00 2001 From: Roy Kaldung Date: Tue, 8 Jan 2013 14:47:12 +0100 Subject: [PATCH] test 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 665d7313b..d80daf09a 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' -require 'simplecov' +rsisequire 'simplecov' require 'simplecov-rcov' class ActiveSupport::TestCase