diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-07-09 17:23:55 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-07-09 17:23:55 +0200 |
commit | 8eed7f3854be44f83aaa6a50e40cda62da942a39 (patch) | |
tree | ef981b04cf8ecdf3f87745b445ceb8baff261f23 /test/functional/basic.rb | |
parent | af5fef051d041384910377fcc004b33470175e5c (diff) | |
download | coderay-8eed7f3854be44f83aaa6a50e40cda62da942a39.tar.gz |
new version scheme; use bundler + git for releasesv1.0.0.800pre
Diffstat (limited to 'test/functional/basic.rb')
-rwxr-xr-x | test/functional/basic.rb | 2 |
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 |