method

with_dummy_app?

with_dummy_app?()
protected

No documentation available.

# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 291
      def with_dummy_app?
        options[:skip_test_unit].blank? || options[:dummy_path] != 'test/dummy'
      end