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.19.1 spec/integration/spec_helper.rb
alephant-broker-3.19.0 spec/integration/spec_helper.rb
alephant-broker-3.18.0 spec/integration/spec_helper.rb
alephant-broker-3.17.0 spec/integration/spec_helper.rb
alephant-broker-3.16.2 spec/integration/spec_helper.rb
alephant-broker-3.16.1 spec/integration/spec_helper.rb
alephant-broker-3.16.0 spec/integration/spec_helper.rb
alephant-broker-3.15.2 spec/integration/spec_helper.rb
alephant-broker-3.15.1 spec/integration/spec_helper.rb
alephant-broker-3.15.0 spec/integration/spec_helper.rb
alephant-broker-3.14.0 spec/integration/spec_helper.rb
alephant-broker-3.13.0 spec/integration/spec_helper.rb
alephant-broker-3.12.0 spec/integration/spec_helper.rb
alephant-broker-3.11.0 spec/integration/spec_helper.rb
alephant-broker-3.10.2 spec/integration/spec_helper.rb
alephant-broker-3.10.1 spec/integration/spec_helper.rb
alephant-broker-3.10.0 spec/integration/spec_helper.rb
alephant-broker-3.9.2 spec/integration/spec_helper.rb
alephant-broker-3.9.1 spec/integration/spec_helper.rb
alephant-broker-3.9.0 spec/integration/spec_helper.rb