test/support/inherited_stuff.rb in assert-2.19.0 vs test/support/inherited_stuff.rb in assert-2.19.1

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module MixinStuff def test_mixin_stuff "from mixin" end