Sha256: b3998915c63ac6317857974d21baf5e73e61fd723f2c9689f8ab381edf8f9703
Contents?: true
Size: 202 Bytes
Versions: 4
Compression:
Stored size: 202 Bytes
Contents
require 'assert/factory' module Factory extend Assert::Factory def self.migration_id # identifiers need to be plural b/c af activesupport's pluralize "#{Factory.string}_things" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ardb-0.27.3 | test/support/factory.rb |
ardb-0.27.2 | test/support/factory.rb |
ardb-0.27.1 | test/support/factory.rb |
ardb-0.27.0 | test/support/factory.rb |