class ApplicationTests::SendfileTest

Public Instance Methods

app() click to toggle source
# File railties/test/application/middleware/sendfile_test.rb, line 18
def app
  @app ||= Quails.application
end
setup() click to toggle source
# File railties/test/application/middleware/sendfile_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/middleware/sendfile_test.rb, line 14
def teardown
  teardown_app
end