mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove dead code
This commit is contained in:
parent
ad449525dc
commit
0e64107375
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ module ApplicationTests
|
|||
teardown_app
|
||||
end
|
||||
|
||||
def app
|
||||
@app ||= Rails.application
|
||||
end
|
||||
|
||||
def precompile!
|
||||
quietly do
|
||||
Dir.chdir(app_path){ `bundle exec rake assets:precompile` }
|
||||
|
|
Loading…
Reference in a new issue