photomix/vendor/plugins/acts_as_permissible/test/acts_as_permissible_test.rb
2009-06-04 22:28:28 +02: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