Sha256: a5286cbd55427444511727052ff000857137033755c55f9260d04a6c4fbd3a21

Contents?: true

Size: 192 Bytes

Versions: 14

Compression:

Stored size: 192 Bytes

Contents

$:.unshift File.dirname(__FILE__)
require 'helper'

class UtilTest < Test::Unit::TestCase

  def test_short_spec
    assert_equal "123/123", Bellows::Util.short_spec("123/123/123")
  end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bellows-1.1.2 test/test_util.rb
bellows-1.1.1 test/test_util.rb
bellows-1.0.12 test/test_util.rb
bellows-1.0.11 test/test_util.rb
bellows-1.0.10 test/test_util.rb
bellows-1.0.9 test/test_util.rb
bellows-1.0.8 test/test_util.rb
bellows-1.0.7 test/test_util.rb
bellows-1.0.6 test/test_util.rb
bellows-1.0.5 test/test_util.rb
bellows-1.0.4 test/test_util.rb
bellows-1.0.2 test/test_util.rb
bellows-1.0.1 test/test_util.rb
bellows-1.0.0 test/test_util.rb