# frozen_string_literal: true

RSpec.describe Dry::Core do
  it "has a version number" do
    expect(Dry::Core::VERSION).not_to be nil
  end
end
