asciinema.org/spec/factories/comments.rb

8 lines
131 B
Ruby
Raw Normal View History

2012-03-01 23:25:55 +00:00
FactoryGirl.define do
factory :comment do
body "My fancy comment"
association :user
association :asciicast
end
end