Sha256: e3240db4519652ba170748df3775d0e1f393ac0762f85a6d885cc8f1f14bed53
Contents?: true
Size: 334 Bytes
Versions: 8
Compression:
Stored size: 334 Bytes
Contents
FactoryGirl.define do factory :another_sample do string 'string' text 'text' integer 42 float 3.14 decimal 2.72 datetime DateTime.parse('July 4, 1776 7:14pm UTC') time Time.parse('3:15am UTC') date Date.parse('November 19, 1863') binary 'binary' boolean false end end
Version data entries
8 entries across 8 versions & 1 rubygems