class FactoryBotRails::Generators::NullGenerator

Public Class Methods

new(generators) click to toggle source
# File lib/factory_bot_rails/generators/null_generator.rb, line 4
def initialize(generators)
end

Public Instance Methods

run() click to toggle source
# File lib/factory_bot_rails/generators/null_generator.rb, line 7
def run
end