ms-ati / docile

Docile keeps your Ruby DSLs tame and well-behaved
http://ms-ati.github.com/docile/
MIT License
419 stars 34 forks source link

Fix specs on TruffleRuby 22.0.0.2 #90

Closed ms-ati closed 2 years ago

ms-ati commented 2 years ago

Appears that TruffleRuby 22.0.0.2 reports RUBY_VERSION of 3.0.2, but the observed behavior when we pass a hash final argument to a method taking splat and double-splat arguments appears to be the prior behavior of Ruby versions before 3.0.0.

codecov[bot] commented 2 years ago

Codecov Report

Merging #90 (e57f533) into main (20ee87f) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #90   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           94        94           
=========================================
  Hits            94        94           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b99a904...e57f533. Read the comment docs.