Sha256: 923ef93e375a4a55d61446871090ef9f620fb03657e5731b944d83d43cf1f9a9

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

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