PageRenderTime 826ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Languages/Ruby/Tests/Interop/net/IronRuby/clr/name/to_sym_spec.rb

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