diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-07-21 16:44:00 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-07-21 16:44:00 +0200 |
commit | b266cb62e4fc08b31dfa1b9a2700e5d555d13afb (patch) | |
tree | 8e88175ab9bf9d63eb504ce666b0e0aca0c0f895 /test/functional/basic.rb | |
parent | 5c23a731ca55729fc65630eca3b37a5b1a71e5b1 (diff) | |
parent | ea107396fdd72cdbbaf4820d09a87bd879ba7e6c (diff) | |
download | coderay-b266cb62e4fc08b31dfa1b9a2700e5d555d13afb.tar.gz |
Merge branch 'master' into fix-cache-attack
Diffstat (limited to 'test/functional/basic.rb')
-rwxr-xr-x | test/functional/basic.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/basic.rb b/test/functional/basic.rb index 3053b54..752d4ba 100755 --- a/test/functional/basic.rb +++ b/test/functional/basic.rb @@ -164,9 +164,7 @@ more code # and another comment, in-line. end end assert_equal 'reserved', CodeRay::TokenKinds[:reserved] - assert_warning 'Undefined Token kind: :shibboleet' do - assert_equal false, CodeRay::TokenKinds[:shibboleet] - end + assert_equal false, CodeRay::TokenKinds[:shibboleet] end class Milk < CodeRay::Encoders::Encoder |