Flowdock
method

prepare_destination

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: Behaviour
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/testing/behaviour.rb, line 93
          def prepare_destination # :nodoc:
            rm_rf(destination_root)
            mkdir_p(destination_root)
          end
Register or log in to add new notes.