aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/generators_test_helper.rb
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2010-09-23 19:13:07 +0200
committerJosé Valim <jose.valim@gmail.com>2010-09-24 21:02:24 +0200
commite83634081a9222446df608106c8df5a6831d64db (patch)
treef40a69c6b4e863b93d9e0ed1bb9af4cd97cde8a5 /railties/test/generators/generators_test_helper.rb
parent55b6fa9370dbdac23b0df2bbcb70b2e2d604b410 (diff)
downloadrails-e83634081a9222446df608106c8df5a6831d64db.tar.gz
rails-e83634081a9222446df608106c8df5a6831d64db.tar.bz2
rails-e83634081a9222446df608106c8df5a6831d64db.zip
Generators are not aware of namespace of isolated engines and applications
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'railties/test/generators/generators_test_helper.rb')
-rw-r--r--railties/test/generators/generators_test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/generators_test_helper.rb b/railties/test/generators/generators_test_helper.rb
index 4a5a9b2932..46a6da3568 100644
--- a/railties/test/generators/generators_test_helper.rb
+++ b/railties/test/generators/generators_test_helper.rb
@@ -36,4 +36,4 @@ module GeneratorsTestHelper
FileUtils.mkdir_p(destination)
FileUtils.cp File.expand_path(routes), destination
end
-end \ No newline at end of file
+end