method
with_dummy_app?
v5.0.0.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 322
def with_dummy_app?
options[:skip_test].blank? || options[:dummy_path] != 'test/dummy'
end