permission_test.rb revision 3eedfb6dd90308259bcfeddaa2cc883c1219df76
require 'test_helper'
class PermissionTest < ActiveSupport::TestCase
context 'Associations' do
should belong_to :ontology
should belong_to :owner
end
end