Deleted unused ./test directory
[feedcatcher.git] / templates / integration_test.rb
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