test/support/factory.rb in much-factory-0.1.0 vs test/support/factory.rb in much-factory-0.2.0

- old
+ new

@@ -1,5 +1,7 @@ -require 'assert/factory' +# frozen_string_literal: true + +require "assert/factory" module Factory extend Assert::Factory end