Created
April 6, 2018 15:09
-
-
Save msarit/758bba7991861de4009962c82953b78e to your computer and use it in GitHub Desktop.
factories
This file contains 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
FactoryBot.define do | |
factory :gram do | |
sequence :message do |m| | |
"Hello! This is dummy message No. #{m}." | |
end | |
association :user | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment