summaryrefslogtreecommitdiff
path: root/test/unit/group_permission_test.rb
blob: 44e0b2895a34c15aec6f2afd3b5aa6c19abf6111 (plain)
1
2
3
4
5
6
7
require 'test_helper'

class GroupPermissionTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert GroupPermission.new.valid?
  end
end