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