From 0f0cd107b3776c85bb1599e20a04dcf982540e34 Mon Sep 17 00:00:00 2001 From: John Joseph Bachir Date: Sun, 6 Dec 2009 16:22:16 -0600 Subject: [PATCH] Changing maintenance file require to work with gem-only installations. Signed-off-by: Steffen Bartsch --- README.rdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index c181b2b9..4137bfa3 100644 --- a/README.rdoc +++ b/README.rdoc @@ -323,8 +323,7 @@ authorization in mind. In your test_helper.rb, to enable the helpers add - require File.expand_path(File.dirname(__FILE__) + - "/../vendor/plugins/declarative_authorization/lib/maintenance") + require 'declarative_authorization/maintenance' class Test::Unit::TestCase include Authorization::TestHelper