From c1188b9af9b1696a2f985014b1c05c82e7fd99fb Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 17 Oct 2006 11:27:14 +0000 Subject: Added functional test task and renamed all test task descriptions. rake test now runs both functional and scanner tests! Deleted stupid classes test. --- test/functional/basic.rb | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'test/functional/basic.rb') diff --git a/test/functional/basic.rb b/test/functional/basic.rb index f5699ae..01fcd4f 100755 --- a/test/functional/basic.rb +++ b/test/functional/basic.rb @@ -9,20 +9,6 @@ class Basic < Test::Unit::TestCase end end - def test_classes_exist - assert_nothing_raised do - CodeRay - CodeRay::Encoders::Encoder - CodeRay::Encoders - CodeRay::Scanners::Scanner - CodeRay::Scanners - CodeRay::Tokens - CodeRay::TokenStream - Plugin - WordList - end - end - RUBY_TEST_CODE = 'puts "Hello, World!"' def test_simple_scan -- cgit v1.2.1