method

ensure_current_path

rails latest stable - Class: Rails::Generators::Testing::Behaviour

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

ensure_current_path()
private

No documentation available.

# File railties/lib/rails/generators/testing/behaviour.rb, line 94
          def ensure_current_path
            cd current_path
          end