Factory Girl in the Rails Console
Because I have to Google this every single time:
require 'factory_girl'
Dir.glob(File.join(Dir.pwd, "spec/factories/**/**/*.rb")).each do |factory|
require factory
end
object = Factory.create(:my_factory)
Written by James Martin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#