Commit ACL related files from earlier merges as svn merge seems to

neglected to add them...
This commit is contained in:
Tom Hughes 2009-03-08 16:13:00 +00:00
parent 7184ae0096
commit 81835c55a0
4 changed files with 56 additions and 0 deletions

8
test/unit/acl_test.rb Normal file
View file

@ -0,0 +1,8 @@
require File.dirname(__FILE__) + '/../test_helper'
class AclTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end