Sha256: 1383f14518d27b5f1bba38276ef73605abdeca4f21b1f9ea7708bb3ca4df04ec
Contents?: true
Size: 410 Bytes
Versions: 2
Compression:
Stored size: 410 Bytes
Contents
RSpec::Matchers.define :allow_dynamic_infrastructure do match do |env| env.allow_dynamic_infrastructure? == true end failure_message do |env| "Expected Environment '#{env.environment_name}' to allow dynamic infrastructure, but it didn't" end failure_message_when_negated do |env| "Expected Environment '#{env.environment_name}' not to allow dynamic infrastructure, but it did" end end
Version data entries
2 entries across 2 versions & 1 rubygems