We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: This plugin provides a flexible way to add authorization to Rails.
Homepage: http://www.writertopia.com/developers/authorization
Clone URL: git://github.com/DocSavage/rails-authorization-plugin.git
100644 11 lines (8 sloc) 0.25 kb
1
2
3
4
5
6
7
8
9
10
11
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'
 
class <%= class_name %>Test < Test::Unit::TestCase
fixtures :<%= table_name %>
 
  # Replace this with your real tests.
  def test_truth
    assert true
  end
end