follow_test.rb 183 Bytes
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