Sha256: 0bcecab8725d3bb154627250e0c471e6a35eadce266c6c210bea17574543e9c9
Contents?: true
Size: 437 Bytes
Versions: 8
Compression:
Stored size: 437 Bytes
Contents
module FactoryBotRails module Generators class NonRSpecGenerator def initialize(generators) @generators = generators end def run @generators.test_framework( test_framework, fixture: false, fixture_replacement: :factory_bot, ) end private def test_framework @generators.options[:rails][:test_framework] end end end end
Version data entries
8 entries across 8 versions & 1 rubygems