schleyfox / gigantron

Framework for Data Processing

This URL has Read+Write access

gigantron / test / test_gigantron.rb
100644 12 lines (8 sloc) 0.16 kb
1
2
3
4
5
6
7
8
9
10
11
12
require File.dirname(__FILE__) + '/test_helper.rb'
 
class TestGigantron < Test::Unit::TestCase
 
  def setup
  end
  
  def test_truth
    assert true
  end
end