pragdave / codex

Simple tool for creating source-code intensive presentations and courses

This URL has Read+Write access

drnic (author)
Sat Jul 05 22:00:04 -0700 2008
commit  8e96a7a75f4e9e4bc2cf8d6c9c56f3be6b787071
tree    6938e3f50b2f01a2ff2f664bfd1fd30b805cace8
parent  ce7b957858c4f980cc22a68a001e7a3519c4d494
codex / test / test_codex.rb
100644 11 lines (8 sloc) 0.165 kb
1
2
3
4
5
6
7
8
9
10
11
require File.dirname(__FILE__) + '/test_helper.rb'
 
class TestCodex < Test::Unit::TestCase
 
  def setup
  end
  
  def test_truth
    assert true
  end
end