method

destination_root_is_set?

rails latest stable - Class: Rails::Generators::TestCase

Method deprecated or moved

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

destination_root_is_set?()
protected

No documentation available.

# File railties/lib/rails/generators/test_case.rb, line 227
        def destination_root_is_set? #:nodoc:
          raise "You need to configure your Rails::Generators::TestCase destination root." unless destination_root
        end