From 56f098155bee7ce74d8ce2f5c1a343d3200c0458 Mon Sep 17 00:00:00 2001 From: Shota Iguchi Date: Wed, 15 Feb 2017 11:10:48 +0900 Subject: Add missing module namespacing wrapper refs: #28011 --- .../generators/test_unit/integration/templates/integration_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/lib/rails/generators') diff --git a/railties/lib/rails/generators/test_unit/integration/templates/integration_test.rb b/railties/lib/rails/generators/test_unit/integration/templates/integration_test.rb index dea7e22196..118e0f1271 100644 --- a/railties/lib/rails/generators/test_unit/integration/templates/integration_test.rb +++ b/railties/lib/rails/generators/test_unit/integration/templates/integration_test.rb @@ -1,7 +1,9 @@ require 'test_helper' +<% module_namespacing do -%> class <%= class_name %>Test < ActionDispatch::IntegrationTest # test "the truth" do # assert true # end end +<% end -%> -- cgit v1.2.3