Flowdock
method

destination_root_is_set?

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: Behaviour
destination_root_is_set?() private

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/testing/behaviour.rb, line 87
          def destination_root_is_set?
            raise "You need to configure your Rails::Generators::TestCase destination root." unless destination_root
          end
Register or log in to add new notes.