projects
/
feedcatcher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
62fa5d86fdd226b74df7aefdb848dd0993c01dc3
[feedcatcher.git]
/
1
require 'test_helper'
2
3
class <%= class_name %>ControllerTest < ActionController::TestCase
4
# Replace this with your real tests.
5
test "the truth" do
6
assert true
7
end
8
end