method
destination_root_is_set?
v6.0.0 -
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 92
def destination_root_is_set?
raise "You need to configure your Rails::Generators::TestCase destination root." unless destination_root
end