Sha256: d91247fb76348fe8c7e035a7ff023ca6548416bcc273bb7a7a1817a570df55ab

Contents?: true

Size: 270 Bytes

Versions: 3

Compression:

Stored size: 270 Bytes

Contents

require 'minitest/autorun'

require_relative '../../../lib/parser/set'

ParseSet = Livetext::ParseSet

class TestParseSet < MiniTest::Test

  def setup
  end

  def teardown
  end

  # FIXME no tests yet
  # Bad syntax? File not found? not found searching upward?

end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
livetext-0.9.14 test/unit/parser/importable.rb
livetext-0.9.14 test/unit/parser/mixin.rb
livetext-0.9.13 test/unit/parser/importable.rb