1# frozen_string_literal: true 2 3RSpec.describe Hcl2 do 4 specify { expect(Hcl2::VERSION).not_to be nil } 5end