Michał Chudzik

Results 2 issues of Michał Chudzik

I have following setup - Ruby 3.0.0 - Steep `Steepfile` ``` target :lib do signature "sig" check "lib" end ``` `lib/cli.rb` ```ruby require 'pp' require_relative './user.rb' user = User.new('test_login', 1);...

Examples of things to test when checking the correctness of reflector implementation. Furthermore, ideas on what to test in serializers

enhancement