Sha256: ed4bd7977420d06aa731c4418f8ea740fd835f58c8457eb59bcc88bfea997291

Contents?: true

Size: 202 Bytes

Versions: 2

Compression:

Stored size: 202 Bytes

Contents

require 'helper'
require 'aur'

class TestAur < Minitest::Test

  def test_version
    version = Archlinux.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
aur.rb-0.2.0 test/test_aur.rb
aur.rb-0.1.0 test/test_aur.rb