summaryrefslogtreecommitdiff
path: root/test/unit/permission_test.rb
blob: 08fcc0be15ed547a0a1f321cddc655edcac6fb8b (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class PermissionTest < ActiveSupport::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end