user_agent_details.rb 169 Bytes EditWeb IDE 1 2 3 4 5 6 7 FactoryGirl.define do factory :user_agent_detail do ip_address '127.0.0.1' user_agent 'AppleWebKit/537.36' association :subject, factory: :issue end end