From b18467593ab58500efab241874b0ec1cfd15628f Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 21 Feb 2008 18:34:51 +0000 Subject: [PATCH] ActionItem172: for some *weird* reason I need to load the Profile class before doing anything. The same thing happens in the console --- test/test_helper.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index e949abb..6de1051 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -142,3 +142,5 @@ class ActionController::IntegrationTest assert_not_equal '/account/login', path end end + +Profile -- libgit2 0.21.2