summaryrefslogtreecommitdiff
path: root/test/functional/basic.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-07-21 16:44:00 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-07-21 16:44:00 +0200
commitb266cb62e4fc08b31dfa1b9a2700e5d555d13afb (patch)
tree8e88175ab9bf9d63eb504ce666b0e0aca0c0f895 /test/functional/basic.rb
parent5c23a731ca55729fc65630eca3b37a5b1a71e5b1 (diff)
parentea107396fdd72cdbbaf4820d09a87bd879ba7e6c (diff)
downloadcoderay-b266cb62e4fc08b31dfa1b9a2700e5d555d13afb.tar.gz
Merge branch 'master' into fix-cache-attack
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