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