Note: It is important to keep this file as light as possible the goal for tests that require this is to test booting up rails from an empty state, so anything added here could hide potential failures
It is also good to know what is the bare minimum to get Rails booted up.
Required Files
- fileutils
- bundler/setup
- active_support
- active_support/testing/autorun
- active_support/testing/stream
- active_support/test_case
- active_support/testing/isolation
- active_support/core_ext/kernel/reporting
- tmpdir
- rails
- action_controller/railtie
- action_view/railtie
- action_dispatch/middleware/flash
- rack/test
Namespace
- MODULE ActiveSupport
- MODULE Rails
- MODULE TestHelpers
- MODULE TestHelpers::Generation
- MODULE TestHelpers::Paths
- MODULE TestHelpers::Rack
- CLASS ActiveSupport::TestCase
- CLASS TestHelpers::Generation::Bukkit