method

prepare_destination

rails latest stable - Class: Rails::Generators::TestCase

Method deprecated or moved

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

prepare_destination()
protected

No documentation available.

# File railties/lib/rails/generators/test_case.rb, line 235
        def prepare_destination
          rm_rf(destination_root)
          mkdir_p(destination_root)
        end