module WebAdmin
  RSpec.describe User, :type => :model do
    context "Relatioships" do
      it { should have_many :posts }
      it { should have_many :permissions }