module WebAdmin
  RSpec.describe Permission, :type => :model do
    context "Relatioships" do
      it { should belong_to :user }
    end