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

class ProjectMemberTest < Test::Unit::TestCase
  fixtures :project_members

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