Sha256: 9ee8c941f5cec2aec35f285ea0052e2f21cb40e79e1cbe9a4aebde7f6710a9b9

Contents?: true

Size: 198 Bytes

Versions: 32

Compression:

Stored size: 198 Bytes

Contents

require_relative "../spec_helper"
require "rspec/expectations"

RSpec::Matchers.define :include_case_sensitive do |expected|
  match do |actual|
    actual.keys.one? { |k| expected == k }
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
alephant-broker-3.8.0 spec/integration/spec_helper.rb
alephant-broker-3.7.1 spec/integration/spec_helper.rb
alephant-broker-3.7.0 spec/integration/spec_helper.rb
alephant-broker-3.6.1 spec/integration/spec_helper.rb
alephant-broker-3.6.0 spec/integration/spec_helper.rb
alephant-broker-3.5.5 spec/integration/spec_helper.rb
alephant-broker-3.5.4 spec/integration/spec_helper.rb
alephant-broker-3.5.3 spec/integration/spec_helper.rb
alephant-broker-3.5.2 spec/integration/spec_helper.rb
alephant-broker-3.5.1 spec/integration/spec_helper.rb
alephant-broker-3.5.0 spec/integration/spec_helper.rb
alephant-broker-3.4.1 spec/integration/spec_helper.rb