Started again with Rails 4
[feedcatcher.git] / vendor / rails / railties / lib / rails_generator / generators / components / controller / templates / functional_test.rb
diff --git a/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb
deleted file mode 100644 (file)
index 62fa5d8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-require 'test_helper'
-
-class <%= class_name %>ControllerTest < ActionController::TestCase
-  # Replace this with your real tests.
-  test "the truth" do
-    assert true
-  end
-end