Sha256: 908d13348f4f504e19ab8dd699790df47d6c3308eebde030e75b271052409858

Contents?: true

Size: 192 Bytes

Versions: 176

Compression:

Stored size: 192 Bytes

Contents

RSpec::Matchers.define :have_private_ip_address do |ip_address|
  match do |eni|
    eni.has_private_ip_address?(ip_address, @primary)
  end

  chain :primary do
    @primary = true
  end
end

Version data entries

176 entries across 176 versions & 4 rubygems

Version Path
awspec-0.87.0 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.86.0 lib/awspec/matcher/have_private_ip_address.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.85.3 lib/awspec/matcher/have_private_ip_address.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.85.2 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.85.1 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.85.0 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.84.1 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.84.0 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.83.0 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.82.3 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.82.2 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.82.1 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.82.0 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.81.1 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.81.0 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.80.1 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.80.0 lib/awspec/matcher/have_private_ip_address.rb
awspec-0.79.2 lib/awspec/matcher/have_private_ip_address.rb