require File.dirname(__FILE__) + '/../test_helper' class HybridizationTest < Test::Unit::TestCase fixtures :hybridizations # validate_on_create method is tested by hybridizations_controller # Replace this with your real tests. def test_truth assert true end end