test/support/factory.rb in ardb-0.29.1 vs test/support/factory.rb in ardb-0.29.2

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + require "assert/factory" module Factory extend Assert::Factory @@ -20,7 +22,6 @@ c.pool = Factory.integer c.checkout_timeout = Factory.integer c.min_messages = Factory.string end end - end