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

Version Path
ffactory_girl_rails-4.8.3 lib/factory_girl_rails/generators/non_rspec_generator.rb
ffactory_girl_rails-4.8.2 lib/factory_girl_rails/generators/non_rspec_generator.rb
factory_girl_rails-4.9.0 lib/factory_girl_rails/generators/non_rspec_generator.rb
ffactory_girl_rails-4.8.0 lib/factory_girl_rails/generators/non_rspec_generator.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/factory_girl_rails-4.8.0/lib/factory_girl_rails/generators/non_rspec_generator.rb
factory_girl_rails-4.8.0 lib/factory_girl_rails/generators/non_rspec_generator.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/factory_girl_rails-4.7.0/lib/factory_girl_rails/generators/non_rspec_generator.rb
factory_girl_rails-4.7.0 lib/factory_girl_rails/generators/non_rspec_generator.rb
factory_girl_rails-4.6.0 lib/factory_girl_rails/generators/non_rspec_generator.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/factory_girl_rails-4.5.0/lib/factory_girl_rails/generators/non_rspec_generator.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/factory_girl_rails-4.5.0/lib/factory_girl_rails/generators/non_rspec_generator.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/factory_girl_rails-4.5.0/lib/factory_girl_rails/generators/non_rspec_generator.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/factory_girl_rails-4.5.0/lib/factory_girl_rails/generators/non_rspec_generator.rb
factory_girl_rails-4.5.0 lib/factory_girl_rails/generators/non_rspec_generator.rb
factory_girl_rails-4.4.1 lib/factory_girl_rails/generators/non_rspec_generator.rb
factory_girl_rails-4.4.0 lib/factory_girl_rails/generators/non_rspec_generator.rb
factory_girl_rails-4.3.0 lib/factory_girl_rails/generators/non_rspec_generator.rb