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