Flowdock
method

destination_root_is_set?

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: Rails::Generators::TestCase
destination_root_is_set?() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/test_case.rb, line 245
        def destination_root_is_set? #:nodoc:
          raise "You need to configure your Rails::Generators::TestCase destination root." unless destination_root
        end
Register or log in to add new notes.