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-0.79.1 lib/awspec/matcher/be_opened.rb
awspec-0.79.0 lib/awspec/matcher/be_opened.rb
awspec-0.78.1 lib/awspec/matcher/be_opened.rb
awspec-0.77.1 lib/awspec/matcher/be_opened.rb
awspec-0.77.0 lib/awspec/matcher/be_opened.rb
awspec-0.76.1 lib/awspec/matcher/be_opened.rb
awspec-0.76.0 lib/awspec/matcher/be_opened.rb
awspec-0.75.2 lib/awspec/matcher/be_opened.rb
awspec-0.75.1 lib/awspec/matcher/be_opened.rb
awspec-0.75.0 lib/awspec/matcher/be_opened.rb
awspec-0.74.1 lib/awspec/matcher/be_opened.rb
awspec-0.74.0 lib/awspec/matcher/be_opened.rb
awspec-0.73.2 lib/awspec/matcher/be_opened.rb
awspec-0.73.1 lib/awspec/matcher/be_opened.rb
awspec-0.73.0 lib/awspec/matcher/be_opened.rb
awspec-0.72.0 lib/awspec/matcher/be_opened.rb
awspec-0.71.0 lib/awspec/matcher/be_opened.rb
awspec-0.70.0 lib/awspec/matcher/be_opened.rb
awspec-0.69.1 lib/awspec/matcher/be_opened.rb
awspec-0.69.0 lib/awspec/matcher/be_opened.rb