summaryrefslogtreecommitdiff
blob: 42820373b9ef84ad826b6dd46413733db44cf217 (plain)
1
2
3
4
5
6
7
8
9
10
require File.dirname(__FILE__) + '/../test_helper'

class ProjectTest < Test::Unit::TestCase
  fixtures :projects

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end