acts_as_follower_test.rb 151 Bytes
require 'test/unit'

class ActsAsFollowerTest < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_this_plugin
    flunk
  end
end