Sha256: 204c6201be1a08d98d10e8af2173f0140f9fb9c235ab95f27ada4b2dc3684d5c
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
# encoding: UTF-8 FactoryGirl.define do factory :issue, :class => Contactology::Issue do level '' type 'SPAM' text 'BODY: TVD_SPACE_RATIO' message '' context '' col '' deduction 29 initialize_with { new(attributes) } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contactology-1.0.0 | spec/factories/issues.rb |