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