PageRenderTime 42ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/IronPython_Main/Languages/Ruby/Tests/Interop/net/IronRuby/clr/integer/lt_spec.rb

#
Ruby | 5 lines | 4 code | 1 blank | 0 comment | 1 complexity | 1c27892d9cbf5020aa7d1d2174a99bc2 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::Integer#<" do
  3. it "needs to be reviewed for spec completeness"
  4. end