instance method
destination_root_is_set?
Ruby on Rails 7.0.10
Since v5.2.8.1 Last seen in v7.0.10 PrivateSignature
destination_root_is_set?()
No documentation comment.
Source
# File railties/lib/rails/generators/testing/behaviour.rb, line 90
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/behaviour.rb line 90
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::Testing::Behaviour