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

class HerdTest < Test::Unit::TestCase
  fixtures :herds

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