Sha256: 67391078a244c76dda782808c1d733cf1abc1dda75506acbda991aa3ea47b05c

Contents?: true

Size: 182 Bytes

Versions: 4

Compression:

Stored size: 182 Bytes

Contents

require 'test_helper'

class CompilerTest < Test::Unit::TestCase

  def test_component_discovery
    components = Golf::Compiler.discover_components
    assert components
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
golf-0.0.4 test/test_compiler.rb
golf-0.0.3 test/test_compiler.rb
golf-0.0.2 test/test_compiler.rb
golf-0.0.1 test/test_compiler.rb