]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/acl_test.rb
Reorganise tests to match modern rails test layout
[rails.git] / test / models / acl_test.rb
diff --git a/test/models/acl_test.rb b/test/models/acl_test.rb
new file mode 100644 (file)
index 0000000..9d84319
--- /dev/null
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class AclTest < ActiveSupport::TestCase
+  # Replace this with your real tests.
+  def test_truth
+    assert true
+  end
+end