Sha256: d2b0e16cbcd340a2847549d267744a0e49379a783b8812516229ca53268a365b
Contents?: true
Size: 188 Bytes
Versions: 37
Compression:
Stored size: 188 Bytes
Contents
# coding: utf-8 RSpec::Matchers.define :match_key do |key| include I18n::Tasks::KeyPatternMatching match do |pattern| expect(compile_key_pattern(pattern)).to match(key) end end
Version data entries
37 entries across 37 versions & 1 rubygems