Sha256: 809fcccd4b192575331d54b6bf0908db703e79283e12f170b3d8f0c67c1d70bb
Contents?: true
Size: 552 Bytes
Versions: 4
Compression:
Stored size: 552 Bytes
Contents
FactoryGirl.define do factory :authentication, class: OpenConferenceWare::Authentication do provider "test_provider" sequence(:uid) { |n| "penguin#{n}" } name "Nils Olav" email info( { "first_name" => "Nils", "last_name" => "Olav", "description" => "Colonel-in-Chief Sir Nils Olav is a King Penguin living in Edinburgh Zoo, Scotland. He is the mascot and Colonel-in-Chief of the Norwegian Royal Guard.", "urls" => { "wikipedia" => "http://en.wikipedia.org/wiki/Nils_Olav" } } ) end end
Version data entries
4 entries across 4 versions & 1 rubygems