# frozen_string_literal: true RSpec.describe Zenlish do it 'has a version number' do expect(Zenlish::VERSION).not_to be nil end end