Sha256: f51fd24437323efb52f671d1139b542488938b32f6457925c64893f8191752c7

Contents?: true

Size: 255 Bytes

Versions: 16

Compression:

Stored size: 255 Bytes

Contents

module Shindo
  class Tests
    def responds_to(method_names)
      [*method_names].each do |method_name|
        tests("#respond_to?(:#{method_name})").returns(true) do
          @instance.respond_to?(method_name)
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
fog-aws-3.12.0 tests/helpers/responds_to_helper.rb
fog-aws-3.11.0 tests/helpers/responds_to_helper.rb
fog-aws-3.10.0 tests/helpers/responds_to_helper.rb
fog-aws-3.9.0 tests/helpers/responds_to_helper.rb
fog-aws-3.8.0 tests/helpers/responds_to_helper.rb
fog-aws-3.7.0 tests/helpers/responds_to_helper.rb
fog-aws-3.6.7 tests/helpers/responds_to_helper.rb
fog-aws-3.6.6 tests/helpers/responds_to_helper.rb
fog-aws-3.6.5 tests/helpers/responds_to_helper.rb
fog-aws-3.6.4 tests/helpers/responds_to_helper.rb
fog-aws-3.6.3 tests/helpers/responds_to_helper.rb
fog-aws-3.6.2 tests/helpers/responds_to_helper.rb
fog-aws-3.5.2 tests/helpers/responds_to_helper.rb
fog-aws-3.5.1 tests/helpers/responds_to_helper.rb
fog-aws-3.5.0 tests/helpers/responds_to_helper.rb
fog-aws-3.4.0 tests/helpers/responds_to_helper.rb