Flowdock
method

prepare_destination

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: Rails::Generators::TestCase
prepare_destination() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/test_case.rb, line 235
        def prepare_destination
          rm_rf(destination_root)
          mkdir_p(destination_root)
        end
Register or log in to add new notes.