To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test / unit / institution_test.rb @ 442:753f1380d6bc

History | View | Annotate | Download (158 Bytes)

1
require 'test_helper'
2

    
3
class InstitutionTest < ActiveSupport::TestCase
4
  # Replace this with your real tests.
5
  test "the truth" do
6
    assert true
7
  end
8
end