module WebAdmin
  RSpec.describe Institutional, :type => :model do
    context "Validations" do
      it { should validate_presence_of :name }
      it { should validate_presence_of :body }