openstreetmap-website/test/unit/acl_test.rb
2009-03-08 16:13:00 +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