RSpec.describe ERDL do
  describe '::VERSION' do
    it 'has a version' do
      expect(ERDL::VERSION).to_not be_nil
      expect(ERDL::VERSION.gsub('.', '').to_i).to be > 0
    end
  end
end
