Sha256: 76a9441c1301e4cf81a61cebc10e32efafd6c402d577fe17aa7e72f3d83e8b6c

Contents?: true

Size: 193 Bytes

Versions: 4

Compression:

Stored size: 193 Bytes

Contents

# Read about factories at http://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :post, :class => Mist::Post do
    title "MyString"
    content "This is content"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mist-0.6.3 spec/factories/posts.rb
mist-0.6.2 spec/factories/posts.rb
mist-0.6.1 spec/factories/posts.rb
mist-0.6.0 spec/factories/posts.rb