class ApplicationTests::HooksTest
Public Instance Methods
setup()
click to toggle source
# File railties/test/application/initializers/hooks_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/hooks_test.rb, line 14 def teardown teardown_app end