summaryrefslogtreecommitdiff
path: root/test/functional/basic.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-08-30 17:11:54 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-08-30 17:11:54 +0200
commit3fc55739f9f4710f13c33ec1ea7e8046a20af611 (patch)
tree8ed60f88ce13c52e743ee5a5dd8c6a05e599e176 /test/functional/basic.rb
parentcc3185f6864ed2e8d537ec4100d7fcc4abc8f312 (diff)
parent718c0ac901eef189a1dad36f57a78f36d9d0ba11 (diff)
downloadcoderay-3fc55739f9f4710f13c33ec1ea7e8046a20af611.tar.gz
Merge branch 'master' into ruby-skip
Diffstat (limited to 'test/functional/basic.rb')
-rwxr-xr-xtest/functional/basic.rb4
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