Sha256: b721e8871881d92ef5f3fcd5fdac81c0ce5f97199af4a0a3800e718502a88e68
Contents?: true
Size: 397 Bytes
Versions: 17
Compression:
Stored size: 397 Bytes
Contents
module FactoryGirlRails module Generators class NonRSpecGenerator def initialize(generators) @generators = generators end def run @generators.test_framework test_framework, fixture: false, fixture_replacement: :factory_girl end private def test_framework @generators.options[:rails][:test_framework] end end end end
Version data entries
17 entries across 17 versions & 6 rubygems