require 'test_helper' require File.join(File.dirname(__FILE__), '..', 'lib', 'acl9') module SomeHelper include Acl9Helpers access_control :the_question do allow :hamlet, :to => :be allow :hamlet, :except => :be end end class HelperTest < Test::Unit::TestCase module Hamlet def current_user user = Object.new class <