method

destination_root_is_set?

rails latest stable - Class: Rails::Generators::Testing::Behaviour

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

destination_root_is_set?()
private

No documentation available.

# 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