Skip to content

Commit

Permalink
test Vpim.version
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github committed Mar 14, 2009
1 parent 2f5d4cc commit 8e47395
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/test_misc.rb
@@ -0,0 +1,13 @@
#!/usr/bin/env ruby

require 'test/unit'
require 'vpim/version'

class TestVpimMisc < Test::Unit::TestCase

def test_version
assert_match(/0.\d+/, Vpim.version)
end

end

0 comments on commit 8e47395

Please sign in to comment.