discourse/spec/lib/stylesheet
Vinoth Kannan 7f167de10b
FIX: remove `nil` items before sorting the sha1 string array. (#18571)
Previously, when the array had both nil and string values it returned the error "comparison of NilClass with String failed". Now I added the `.compact` method to prevent this issue as per @martin-brennan's suggestion https://github.com/discourse/discourse/pull/18431#discussion_r984204788
2022-10-13 02:43:56 +05:30
..
compiler_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
importer_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
manager_spec.rb FIX: remove `nil` items before sorting the sha1 string array. (#18571) 2022-10-13 02:43:56 +05:30