2012-05-28 13:00:21 +04:00
|
|
|
require File.expand_path('../../test_helper', __FILE__)
|
2008-09-05 14:31:06 +04:00
|
|
|
|
2012-04-25 21:17:49 +04:00
|
|
|
class <%= @controller_class %>ControllerTest < ActionController::TestCase
|
2008-09-05 14:31:06 +04:00
|
|
|
# Replace this with your real tests.
|
|
|
|
def test_truth
|
|
|
|
assert true
|
|
|
|
end
|
|
|
|
end
|