lib/rio/local.rb in rio-0.5.1 vs lib/rio/local.rb in rio-0.6.0
- old
+ new
@@ -1,8 +1,8 @@
#--
# ===========================================================================
-# Copyright (c) 2005-2012 Christopher Kleckner
+# Copyright (c) 2005-2017 Christopher Kleckner
# All rights reserved
#
# This file is part of the Rio library for ruby.
#
# Rio is free software; you can redistribute it and/or modify
@@ -35,17 +35,5 @@
if $0 == __FILE__
eval DATA.read, nil, $0, __LINE__+4
end
__END__
-
-require 'test/unit'
-
-class TC_FS_Local < Test::Unit::TestCase
-
- def test_to_a
- require 'rio/log'
- RIO::Log.init
- raise 'RuntimeError',"No tests defined for RIO::Args",callee
- end
-
-end