DEBSOURCES
Skip Quicknav
sources / ruby-dry-core / 0.7.1-1 / spec / dry / core_spec.rb
1234567
# 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