Module: Rails::Commands::TestEnvironment
- Extended by:
- TestEnvironment
- Included in:
- TestEnvironment
- Defined in:
- lib/rails/commands/test_environment.rb
Instance Method Summary collapse
Instance Method Details
#fork ⇒ Object
8 9 10 11 12 13 |
# File 'lib/rails/commands/test_environment.rb', line 8 def fork Environment.fork do switch_to_test yield end end |