method
prepare_destination
v4.2.1 -
Show latest stable
- Class:
Rails::Generators::Testing::Behaviour
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