projects
/
feedcatcher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
27c91b0fcac84467535d587f95e2b3cf9d21dadd
[feedcatcher.git]
/
1
require 'test_helper'
2
require 'performance_test_help'
3
4
class <%= class_name %>Test < ActionController::PerformanceTest
5
# Replace this with your real tests.
6
def test_homepage
7
get '/'
8
end
9
end