photomix/vendor/plugins/acts_as_permissible/test/acts_as_permissible_test.rb

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