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

class InfoRequestTest < Test::Unit::TestCase
  fixtures :info_requests

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