blob: 876bd79e2386d9f71043669f73d49881bb9def70 (
plain)
1
2
3
4
5
6
7
8
|
require File.dirname(__FILE__) + '/../test_helper'
class <%= class_name %>ControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end
|