evn's golden hammer - has_many_polymorphs
[freeonrails.git] / vendor / plugins / has_many_polymorphs / test / integration / app / test / unit / citations_item_test.rb
blob0760753fe5e46b66e8e83f6b014833826b1c04fa
1 require File.dirname(__FILE__) + '/../test_helper'
3 class CitationsItemTest < Test::Unit::TestCase
4   fixtures :citations_items
6   # Replace this with your real tests.
7   def test_truth
8     assert true
9   end
10 end