Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created December 27, 2012 13:22
Show Gist options
  • Save takuyan/4388351 to your computer and use it in GitHub Desktop.
Save takuyan/4388351 to your computer and use it in GitHub Desktop.
# spec/factories/users.rb
include ActionDispatch::TestProcess # 追加
FactoryGirl.define do
factory :user do
name 'Takuya Kato'
avatar { fixture_file_upload("#{Rails.root}/spec/files/rails.png", "image/png") }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment