method

prepare_destination

prepare_destination()
protected

No documentation available.

# File railties/lib/rails/generators/testing/behaviour.rb, line 93
          def prepare_destination # :nodoc:
            rm_rf(destination_root)
            mkdir_p(destination_root)
          end