class Rails::Generators::TestCase

def destination_root_is_set? #:nodoc:

:nodoc:
def destination_root_is_set? #:nodoc:
  raise "You need to configure your Rails::Generators::TestCase destination root." unless destination_root
end