Sha256: f6bb5199fff02648e2e7afc72af037a26e2c981c0af847d419c501dd81b2d4be
Contents?: true
Size: 220 Bytes
Versions: 1
Compression:
Stored size: 220 Bytes
Contents
require 'helper' require 'simplecolor' class TestSimpleColor < MiniTest::Test def test_version version = SimpleColor.const_get('VERSION') assert(!version.empty?, 'should have a VERSION constant') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simplecolor-0.1.0 | test/test_simplecolor.rb |