summaryrefslogtreecommitdiff
path: root/test/functional/load_plugin_scanner.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-06-29 06:29:01 +0000
committermurphy <murphy@rubychan.de>2010-06-29 06:29:01 +0000
commit87764c224cc8c808688e83d7c1f93c8dbbbd9b4f (patch)
tree00a44069badf4bd0471aa8f3d4c8b639e9f1aa43 /test/functional/load_plugin_scanner.rb
parent0aebfa032c71cb4086fec6897a3cbb139e9befe4 (diff)
downloadcoderay-87764c224cc8c808688e83d7c1f93c8dbbbd9b4f.tar.gz
Remove tests that belong into the new test/unit folder.
Diffstat (limited to 'test/functional/load_plugin_scanner.rb')
-rwxr-xr-xtest/functional/load_plugin_scanner.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/functional/load_plugin_scanner.rb b/test/functional/load_plugin_scanner.rb
deleted file mode 100755
index 25bbc93..0000000
--- a/test/functional/load_plugin_scanner.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require 'test/unit'
-require 'coderay'
-
-class PluginScannerTest < Test::Unit::TestCase
-
- def test_load
- require File.join(File.dirname(__FILE__), 'vhdl')
- assert_equal 'VHDL', CodeRay.scanner(:vhdl).class.name
- end
-
-end