Source: show | on GitHub
# File railties/test/application/rake/migrations_test.rb, line 6 def setup build_app boot_rails FileUtils.rm_rf("#{app_path}/config/environments") end
# File railties/test/application/rake/migrations_test.rb, line 12 def teardown teardown_app end