Module: Rails::Generators::Testing::SetupAndTeardown
- Included in:
- Rails::Generators::TestCase
- Defined in:
- lib/rails/generators/testing/setup_and_teardown.rb
Instance Method Summary collapse
-
#setup ⇒ Object
:nodoc:.
-
#teardown ⇒ Object
:nodoc:.
Instance Method Details
#setup ⇒ Object
:nodoc:
7 8 9 10 11 |
# File 'lib/rails/generators/testing/setup_and_teardown.rb', line 7 def setup # :nodoc: destination_root_is_set? ensure_current_path super end |
#teardown ⇒ Object
:nodoc:
13 14 15 16 |
# File 'lib/rails/generators/testing/setup_and_teardown.rb', line 13 def teardown # :nodoc: ensure_current_path super end |