class ApplicationTests::LoadPathTest
Public Instance Methods
setup()
click to toggle source
# File railties/test/application/initializers/load_path_test.rb, line 9 def setup build_app FileUtils.rm_rf "#{app_path}/config/environments" end
teardown()
click to toggle source
# File railties/test/application/initializers/load_path_test.rb, line 14 def teardown teardown_app end