Sha256: 628298e4634483e32d0852e28f84db858f0910e6a0c1c6b5ad50037f880921b3

Contents?: true

Size: 209 Bytes

Versions: 3

Compression:

Stored size: 209 Bytes

Contents

FactoryGirl.define do
  factory(:admin, :parent => :"to_factory/user") do
    birthday "2014-07-08T15:30Z"
    email "admin@example.com"
    name "Admin"
    some_attributes({:a => 1})
    some_id 9
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
to_factory-0.2.1 spec/example_factories/new_syntax/admin_with_header.rb
to_factory-0.2.0 spec/example_factories/new_syntax/admin_with_header.rb
to_factory-0.1.1 spec/example_factories/new_syntax/admin_with_header.rb