Sha256: 3d15033c01856500a4d798ccde7b109e90b4050fcd444d87f2a88ab4532bdac1
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
require 'helper' require 'git_helpers' class TestGitHelpers < Minitest::Test def test_version version = GitHelpers.const_get('VERSION') assert(!version.empty?, 'should have a VERSION constant') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git_helpers-0.2 | test/test_git_helpers.rb |
git_helpers-0.1.0 | test/test_git_helpers.rb |