Source: show | on GitHub
# File railties/test/application/initializers/load_path_test.rb, line 7 def setup build_app boot_rails FileUtils.rm_rf "#{app_path}/config/environments" end
# File railties/test/application/initializers/load_path_test.rb, line 13 def teardown teardown_app end