diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/factories.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/factories.rb b/test/factories.rb index a96d48c..e16c738 100644 --- a/test/factories.rb +++ b/test/factories.rb @@ -47,4 +47,8 @@ FactoryGirl.define do -----END PGP PUBLIC KEY BLOCK----- EOPGP end + + factory :message do + text Faker::Lorem.paragraph + end end |