RSpec.describe Dry::Container do let(:container) { Dry::Container.new } it_behaves_like 'a container' end