Skip to content

Instantly share code, notes, and snippets.

@tobyturnbullknokal
Created May 16, 2016 00:29
Show Gist options
  • Save tobyturnbullknokal/23b112623b3935794f48eabf205b1391 to your computer and use it in GitHub Desktop.
Save tobyturnbullknokal/23b112623b3935794f48eabf205b1391 to your computer and use it in GitHub Desktop.
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