Delete version_spec

This commit is contained in:
Peter Solnica 2022-11-03 08:39:35 +01:00
parent 96b50d49bb
commit a9f944fbdf
No known key found for this signature in database
GPG Key ID: 4B177344822BD3BB
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
# frozen_string_literal: true
RSpec.describe "Dry::CLI::VERSION" do
it "exposes version" do
expect(Dry::CLI::VERSION).to eq("0.7.0")
end
end