aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/public_body_test.rb
blob: 84dda398c316643d158d92660a36f07875d8adf9 (plain)
1
2
3
4
5
6
7
8
9
10
require File.dirname(__FILE__) + '/../test_helper'

class PublicBodyTest < Test::Unit::TestCase
  fixtures :public_bodies

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