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:
parent
d6bd606bdd
commit
9982b5af94
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue