/spec/tags/core/range/min_tags.txt

http://github.com/MagLev/maglev · Plain Text · 3 lines · 3 code · 0 blank · 0 comment · 0 complexity · e6927e46dc9093a033a1a85663e66cc5 MD5 · raw file

  1. fails:Range#min given a block calls #> and #< on the return value of the block
  2. fails:Range#min returns the minimum value in the Float range when called with no arguments
  3. fails:Range#min returns nil when the start point is greater than the endpoint in a Float range