functional_test.rb.erb
8 lines
| 213 B
| text/plain
|
TextLexer
|
r9554 | require File.expand_path('../../test_helper', __FILE__) | ||
|
r1785 | |||
|
r9346 | class <%= @controller_class %>ControllerTest < ActionController::TestCase | ||
|
r1785 | # Replace this with your real tests. | ||
def test_truth | ||||
assert true | ||||
end | ||||
end | ||||