test/support/factory.rb in ardb-0.26.0 vs test/support/factory.rb in ardb-0.27.0

- old
+ new

@@ -1,6 +1,11 @@ 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