1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix missing test_helper.

This commit is contained in:
José Valim 2011-04-15 21:32:36 +02:00
parent d6bd606bdd
commit 9982b5af94
2 changed files with 2 additions and 1 deletions

View file

@ -106,7 +106,8 @@ module Rails
empty_directory_with_gitkeep "test/integration"
empty_directory_with_gitkeep "test/unit"
copy_file "test/performance/browsing_test.rb"
template "test/performance/browsing_test.rb"
template "test/test_helper.rb"
end
def tmp