Skip to content

Commit

Permalink
Changing maintenance file require to work with gem-only installations.
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Bartsch <sbartsch@tzi.org>
  • Loading branch information
jjb authored and stffn committed Dec 27, 2009
1 parent 1511fab commit 0f0cd10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Expand Up @@ -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
Expand Down

0 comments on commit 0f0cd10

Please sign in to comment.