instance method
destination_root_is_set?
Ruby on Rails 8.0.4
Since v7.1.6 PrivateSignature
destination_root_is_set?()
No documentation comment.
Source
# File railties/lib/rails/generators/testing/behavior.rb, line 94
def destination_root_is_set?
raise "You need to configure your Rails::Generators::TestCase destination root." unless destination_root
end
Defined in railties/lib/rails/generators/testing/behavior.rb line 94
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::Testing::Behavior