Sha256: 69b4a734986a3465be6abda6d0ab8bda6f5e53b960577b5cea22cccd6b028155

Contents?: true

Size: 161 Bytes

Versions: 10

Compression:

Stored size: 161 Bytes

Contents

RSpec::Matchers.define :be_parseable do |expected|
  match do |actual|
    locale_file = I18nSpec::LocaleFile.new(actual)
    locale_file.is_parseable?
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
i18n-spec-0.0.10 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.9 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.8 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.7 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.6 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.5 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.4 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.3 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.2 lib/i18n-spec/matchers/be_parseable_matcher.rb
i18n-spec-0.0.1 lib/i18n-spec/matchers/be_parseable_matcher.rb