openstreetmap-website/test/unit/acl_test.rb
Tom Hughes 10b71ba2f6 Add an ACL system to allow key/value pairs to be attached to blocks
of IP addresses, and implement an ACL restriction that allows account
creation to be blocked.
2009-02-19 13:47:43 +00:00

8 lines
174 B
Ruby

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