You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to circumstances, __FILE__ inside temp_dir returns invalid
path for test, so uses File.expand_path('..', __FILE__) outside temp_dir
instead of it.
This bug is reproduced by a command below without this commit:
ruby -Ilib:test test/test_rdoc_rdoc.rb -n test_normalized_file_list
0 commit comments