Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v7.0.0) is shown here.
arguments(array)
public
Sets default arguments
on generator invocation. This can be overwritten when invoking it.
arguments %w(app_name --skip-active-record)
# File railties/lib/rails/generators/testing/behaviour.rb, line 39
def arguments(array)
self.default_arguments = array
end