photomix/vendor/plugins/acts_as_permissible/test/acts_as_permissible_test.rb
2011-04-11 18:07:31 +08:00

9 lines
154 B
Ruby

require 'test/unit'
class ActsAsPermissibleTest < Test::Unit::TestCase
# Replace this with your real tests.
def test_this_plugin
flunk
end
end