Commit ACL related files from earlier merges as svn merge seems to
neglected to add them...
This commit is contained in:
parent
7184ae0096
commit
81835c55a0
4 changed files with 56 additions and 0 deletions
8
test/unit/acl_test.rb
Normal file
8
test/unit/acl_test.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue