Sha256: 819a553a8f48693fc8d2abbed59ec2d0b0c8dd266127a96a8136ea28bf300568
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
# RSpec matchers for I18n files ## Implemented matchers describe "config/locales/en.yml" do it { should be_parseable } it { should have_valid_pluralization_keys } end ## TODO describe "config/locales/fr.yml" do it { should have_one_top_level_namespace } it { should be_named_after_the_top_level_namespace } it { should be_a_subset_of('config/locales/en.yml') it { should be_a_complete_translation_of('config/locales/en.yml') } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
i18n-spec-0.0.1 | README.md |