organization_test.rb 229 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 require File.dirname(__FILE__) + '/../test_helper' class OrganizationTest < Test::Unit::TestCase fixtures :profiles # FIXME: add actual organization tests here def test_truth assert_not_nil Organization.new end end