Sha256: bf0b82c2b7f9fa202b697eb1c48db11ae672ecc87a2de2dc679a1e4d6b8424f0

Contents?: true

Size: 279 Bytes

Versions: 11

Compression:

Stored size: 279 Bytes

Contents

require "spec_helper"

describe WildcardMatchers::Helpers::Responding do
  [ [ Struct.new(:hoge).new("fuga"), :responding, { hoge: "fuga" } ],
  ].each do |actual, helper, matcher, *args|
    it_behaves_like "wildcard match with helper", actual, helper, matcher, *args
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wildcard_matchers-0.9.2 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.9.1 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.9.0 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.4.0 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.3.1 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.3.0 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.2.1 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.2.0 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.1.8 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.1.7 spec/wildcard_matchers/helpers/responding_spec.rb
wildcard_matchers-0.1.6 spec/wildcard_matchers/helpers/responding_spec.rb