Sha256: fb90bb18a0dff5b712c3f0c5031d358b20e4c46e61c17cd88a4f749cb2f7402f

Contents?: true

Size: 270 Bytes

Versions: 249

Compression:

Stored size: 270 Bytes

Contents

RSpec::Matchers.define :be_opened do |port|
  match do |sg|
    sg.opened?(port, @protocol, @cidr)
  end

  chain :protocol do |protocol|
    @protocol = protocol
  end

  chain :for do |cidr|
    @cidr = cidr
  end

  chain :target do |cidr|
    @cidr = cidr
  end
end

Version data entries

249 entries across 249 versions & 4 rubygems

Version Path
awspec-1.25.1 lib/awspec/matcher/be_opened.rb
awspec-1.25.0 lib/awspec/matcher/be_opened.rb
awspec-1.24.4 lib/awspec/matcher/be_opened.rb
awspec-1.24.3 lib/awspec/matcher/be_opened.rb
awspec-1.24.2 lib/awspec/matcher/be_opened.rb
awspec-1.24.1 lib/awspec/matcher/be_opened.rb
awspec-1.24.0 lib/awspec/matcher/be_opened.rb
awspec-1.23.0 lib/awspec/matcher/be_opened.rb
awspec-1.22.1 lib/awspec/matcher/be_opened.rb
awspec-1.22.0 lib/awspec/matcher/be_opened.rb
awspec-1.21.1 lib/awspec/matcher/be_opened.rb
awspec-1.21.0 lib/awspec/matcher/be_opened.rb
awspec-1.20.0 lib/awspec/matcher/be_opened.rb
awspec-1.19.2 lib/awspec/matcher/be_opened.rb
awspec-1.19.1 lib/awspec/matcher/be_opened.rb
awspec-1.19.0 lib/awspec/matcher/be_opened.rb
cthiesfork-awspec-1.2.4 lib/awspec/matcher/be_opened.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/matcher/be_opened.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/matcher/be_opened.rb
awspec-1.18.6 lib/awspec/matcher/be_opened.rb