Sha256: 370a145f7df313cdecdccb13375c0349509d1fda93793b6b26c5696a452182ed

Contents?: true

Size: 159 Bytes

Versions: 15

Compression:

Stored size: 159 Bytes

Contents

FactoryGirl.define do
 factory :translation, class: I18n::Backend::Weeler::Translation do
    locale "en"
    key "title"
    value "This is weeler"
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
weeler-1.6.0 spec/factories/translations.rb
weeler-1.5.4 spec/factories/translations.rb
weeler-1.5.2 spec/factories/translations.rb
weeler-1.5.1 spec/factories/translations.rb
weeler-1.4.0 spec/factories/translations.rb
weeler-1.2.0 spec/factories/translations.rb
weeler-1.1.0 spec/factories/translations.rb
weeler-1.0.4 spec/factories/translations.rb
weeler-1.0.3 spec/factories/translations.rb
weeler-1.0.2 spec/factories/translations.rb
weeler-1.0.1 spec/factories/translations.rb
weeler-1.0.0 spec/factories/translations.rb
weeler-0.0.4 spec/factories/translations.rb
weeler-0.0.3 spec/factories/translations.rb
weeler-0.0.2 spec/factories/translations.rb