users.rb 205 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 # Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved. # Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :user do end end