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