class NamespacedGeneratorTestCase

Public Instance Methods

setup() click to toggle source
Calls superclass method
# File railties/test/generators/namespaced_generators_test.rb, line 13
def setup
  super
  Quails::Generators.namespace = TestApp
end