From c3c39b5cb6756e68f6e84cb17bb691a2af7fea28 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 25 Mar 2006 23:45:28 +0000 Subject: Beef up the default test just a tad git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4035 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../components/integration_test/templates/integration_test.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'railties/lib/rails_generator/generators/components') diff --git a/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb b/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb index 5f9bd829e0..61688aee4e 100644 --- a/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb +++ b/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb @@ -1,4 +1,10 @@ require "#{File.dirname(__FILE__)}<%= '/..' * class_nesting_depth %>/../test_helper" class <%= class_name %>Test < ActionController::IntegrationTest + # fixtures :your, :models + + # Replace this with your real tests. + def test_truth + assert true + end end -- cgit v1.2.3