spec/locale/en.yml in remarkable-3.1.8 vs spec/locale/en.yml in remarkable-3.1.9

- old
+ new

@@ -1,25 +1,25 @@ -en: - remarkable: +en: + remarkable: specs: optionals: - allow_nil: - positive: "allowing nil" - negative: "not allowing nil" - contain: - description: "contain the given values" - single_contain: - description: "contain {{value}}" + allow_nil: + positive: "allowing nil" + negative: "not allowing nil" + contain: + description: "contain the given values" + single_contain: + description: "contain {{value}}" optionals: - allow_nil: - positive: "allowing nil" - negative: "not allowing nil" - allow_blank: - positive: "with blank equal {{inspect}}" + allow_nil: + positive: "allowing nil" + negative: "not allowing nil" + allow_blank: + positive: "with blank equal {{inspect}}" not_given: "not checking for blank" values: - positive: "values equal to {{sentence}}" - collection_contain: - description: "contain {{values}}" - expectations: - included: "{{more}}{{value}} is included in {{subject_inspect}}" - is_array?: "subject is a array, but got {{subject_name}}" + positive: "values equal to {{sentence}}" + collection_contain: + description: "contain {{values}}" + expectations: + included: "{{more}}{{value}} is included in {{subject_inspect}}" + is_array?: "subject is a array, but got {{subject_name}}"