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
Replace set.rb with erb.rb in tests after Set moved to C
Ruby moved Set to a C-based implementation, so set.rb no longer exists
as a stdlib file. This broke tests that expected to see set.rb in
profiler output.
- Changed longhorn test fixture to require 'erb' instead of 'set'
- Added STDLIB_FILE constant in test_helper.rb so the stdlib filename
is defined in one place, making future changes easier
- Updated all test assertions to reference STDLIB_FILE
0 commit comments