Sha256: 2e3a5e1c2141e3fa37d5ed0b28868bd435c1553cc1dfd116a1b687d63af8aff2
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
#!/usr/bin/env ruby #$Id: test-wikilink-addon.rb 158 2006-05-19 16:31:45Z david $ $:.unshift File.join(File.dirname(__FILE__), "..", "lib") require 'tartan' require 'tartan_table_def' require 'wiki-test' require 'tartan_test_base_def' class TartanTestTable < Tartan include TartanTestBaseDef include TartanTableDef end cases = WikiTestCases.new(TartanTestTable, "test-tables.yml")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tartan-0.1.0 | test/test-tables.rb |
tartan-0.1.1 | test/test-tables.rb |