Sha256: 4a2c3c26537b314049bfc458a6d14d99f76d85e9ec8d47acf3703f8ef6829c98
Contents?: true
Size: 180 Bytes
Versions: 1
Compression:
Stored size: 180 Bytes
Contents
module Form module RSpec module Helpers def i18n(locale, translations, &block) I18n.backend.store_translations locale, translations end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
form-0.0.1.alpha1 | spec/support/helpers.rb |