collab/test/unit/project_test.rb

9 lines
154 B
Ruby
Raw Normal View History

2010-03-04 06:22:45 +00:00
require 'test_helper'
class ProjectTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end