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