class ApplicationTests::MiddlewareStaticTest

Public Instance Methods

setup() click to toggle source
# File railties/test/application/middleware/static_test.rb, line 11
def setup
  build_app
  FileUtils.rm_rf "#{app_path}/config/environments"
end
teardown() click to toggle source
# File railties/test/application/middleware/static_test.rb, line 16
def teardown
  teardown_app
end