users.rb 205 Bytes
# 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