Created
May 16, 2016 00:29
-
-
Save tobyturnbullknokal/23b112623b3935794f48eabf205b1391 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FactoryGirl.define do | |
factory :rating do | |
comment nil | |
user nil | |
score 1 | |
default "MyString" | |
0 "MyString" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment