PageRenderTime 26ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/gems/facets-2.4.5/test/core/dir/test_parent.rb

https://bitbucket.org/mediashelf/fedora-migrator
Ruby | 11 lines | 7 code | 4 blank | 0 comment | 0 complexity | baf4bd7500dae48542c661c6ed32d322 MD5 | raw file
Possible License(s): GPL-3.0, GPL-2.0, IPL-1.0, AGPL-1.0, LGPL-3.0
  1. require 'facets/dir.rb'
  2. require 'test/unit'
  3. class TC_Dir_Parent < Test::Unit::TestCase
  4. def test_parent
  5. assert( Dir.parent?( "a/b/c", "a/b/c/d" ) )
  6. end
  7. end