Sha256: 690850894b0a4c4d957eb79cafd322674ae56dd686e8d48c3cd7b531c8d53cfa
Contents?: true
Size: 436 Bytes
Versions: 10
Compression:
Stored size: 436 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
10 entries across 9 versions & 2 rubygems