Sha256: 3071967ee828652816f74c6447f47913656737856fc1fb5953e38985ec353692
Contents?: true
Size: 207 Bytes
Versions: 31
Compression:
Stored size: 207 Bytes
Contents
RSpec::Matchers.define :have_route do |target| match do |route_table| route_table.has_route?(target, @destination) end chain :destination do |destination| @destination = destination end end
Version data entries
31 entries across 31 versions & 1 rubygems