Froze rails gems
[depot.git] / vendor / rails / railties / lib / rails_generator / generators / components / integration_test / templates / integration_test.rb
diff --git a/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb b/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb
new file mode 100644 (file)
index 0000000..2c57158
--- /dev/null
@@ -0,0 +1,10 @@
+require 'test_helper'
+
+class <%= class_name %>Test < ActionController::IntegrationTest
+  fixtures :all
+
+  # Replace this with your real tests.
+  test "the truth" do
+    assert true
+  end
+end