summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-07-09 17:23:55 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-07-09 17:23:55 +0200
commit8eed7f3854be44f83aaa6a50e40cda62da942a39 (patch)
treeef981b04cf8ecdf3f87745b445ceb8baff261f23 /test
parentaf5fef051d041384910377fcc004b33470175e5c (diff)
downloadcoderay-8eed7f3854be44f83aaa6a50e40cda62da942a39.tar.gz
new version scheme; use bundler + git for releasesv1.0.0.800pre
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/basic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/basic.rb b/test/functional/basic.rb
index dae7de6..94e1dd7 100755
--- a/test/functional/basic.rb
+++ b/test/functional/basic.rb
@@ -18,7 +18,7 @@ class BasicTest < Test::Unit::TestCase
def test_version
assert_nothing_raised do
- assert_match(/\A\d\.\d\.\d\z/, CodeRay::VERSION)
+ assert_match(/\A\d\.\d\.\d?\z/, CodeRay::VERSION)
end
end