openstreetmap-website/test/models/acl_test.rb

8 lines
145 B
Ruby

require 'test_helper'
class AclTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end