follow_test.rb 197 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 require File.dirname(__FILE__) + '/test_helper' class FollowTest < Test::Unit::TestCase # Replace with real tests def test_assert_true_should_be_true assert true end end