method
destination_root_is_set?
v5.2.3 -
Show latest stable
- Class:
Rails::Generators::Testing::Behaviour
destination_root_is_set?()private
No documentation available.
# File railties/lib/rails/generators/testing/behaviour.rb, line 89
def destination_root_is_set?
raise "You need to configure your Rails::Generators::TestCase destination root." unless destination_root
end