Sha256: 989da8a228f88d8197f380f02e228c85df0cae309e44c43980980d8e39ff8a58
Contents?: true
Size: 168 Bytes
Versions: 1
Compression:
Stored size: 168 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :private_post do title "MyString" body "MyText" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_token_authentication-1.2.0 | spec/dummy/test/factories/private_posts.rb |