mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-24 08:51:36 +01:00
Before this change a single range such as TEST_RANGE([5, 100, 5]) would generate the following error: undefined method `flatten' for 5:Integer (NoMethodError) The problem is that reduce called on an array with a single element returns that element which isn't an array of arrays as expected by the following block.