openstreetmap-website/test/models/acl_test.rb
2015-02-20 19:47:26 +00:00

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