Sha256: ecca535838e8d646031a42fd08a14a1276a458630e8397d3e0d31f8b57c8711a
Contents?: true
Size: 377 Bytes
Versions: 24
Compression:
Stored size: 377 Bytes
Contents
require 'factory_girl' FactoryGirl.define do factory :proxy_granting_ticket, class: CASino::ProxyGrantingTicket do association :granter, factory: :service_ticket sequence :ticket do |n| "PGT-ticket#{n}" end sequence :iou do |n| "PGTIOU-ticket#{n}" end sequence :pgt_url do |n| "https://www#{n}.example.org/pgtUrl" end end end
Version data entries
24 entries across 24 versions & 1 rubygems