PageRenderTime 38ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Languages/Ruby/Tests/Interop/net/IronRuby/clr/float/lte_spec.rb

#
Ruby | 5 lines | 4 code | 1 blank | 0 comment | 1 complexity | 2711ffcc9273fa06e78f5e7d02aa661e MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  1. require File.dirname(__FILE__) + '/../../../../spec_helper'
  2. describe "IronRuby::Clr::Float#<=" do
  3. it "needs to be reviewed for spec completeness"
  4. end