Skip to content

Instantly share code, notes, and snippets.

@unobliged
Created June 14, 2012 19:58
Show Gist options
  • Save unobliged/2932551 to your computer and use it in GitHub Desktop.
Save unobliged/2932551 to your computer and use it in GitHub Desktop.
fg
FactoryGirl.define do
factory :passage do
author "test"
content "a ab abc abcd a ab abc abcd xyz zyx yxz yzx xyz bacd bacd"
language "h"
title "testFG"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment