asciinema.org/spec/factories/comments.rb
2012-03-04 13:50:16 +01:00

8 lines
131 B
Ruby

FactoryGirl.define do
factory :comment do
body "My fancy comment"
association :user
association :asciicast
end
end