Sha256: f636e28a9ec48ab435762bff1671e4ed2df9ba246cdb97bee20ad69d917834e6

Contents?: true

Size: 220 Bytes

Versions: 1

Compression:

Stored size: 220 Bytes

Contents

require 'helper'
require 'bibi/publish'

class TestBibiCLI < Test::Unit::TestCase

  def test_version
    version = Bibi::CLI.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
bibi-cli-0.1.0 test/test_bibi-cli.rb