Sha256: 2a6779b82842334860dab82668764121057af895a0b54ba1efdf13c9bfbab715
Contents?: true
Size: 161 Bytes
Versions: 14
Compression:
Stored size: 161 Bytes
Contents
# frozen_string_literal: true RSpec::Matchers.define :have_env_vars do match do |lambda_function| !lambda_function.environment.variables.empty? end end
Version data entries
14 entries across 14 versions & 1 rubygems