Defactory icon indicating copy to clipboard operation
Defactory copied to clipboard

The simplest way to build test objects.

Results 1 Defactory issues
Sort by recently updated
recently updated
newest added

See: https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md#lazy-attributes I believe can achieve the same effect by using `sequence` and simply ignoring the index parameter `i`: ``` objc #import #import "MyModel.h" FACTORIES(^{ [MyModel defineFactory:^(LSFactory *f) { f[@"createdAt"]...