method
with_dummy_app?
v4.2.1 -
Show latest stable
- Class:
Rails::Generators::PluginGenerator
with_dummy_app?()protected
No documentation available.
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 295
def with_dummy_app?
options[:skip_test_unit].blank? || options[:dummy_path] != 'test/dummy'
end