Sha256: f6cc6b6cf4362b83de764ca8e3ecb4679f6f66e079e14a214b13dbacddf5be95
Contents?: true
Size: 245 Bytes
Versions: 2
Compression:
Stored size: 245 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :private_post do title "Secret spaghetti recipe" end factory :invalid_private_post, class: :private_post do body "TODO" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_token_authentication-1.0.0.pre.5 | test/dummy/spec/factories/private_posts.rb |
simple_token_authentication-1.0.0.beta.5 | test/dummy/spec/factories/private_posts.rb |