Sha256: 56b43de24b19725f527502e294e7267969258f9e99a7a7566dca67c59d2cd2e4

Contents?: true

Size: 323 Bytes

Versions: 113

Compression:

Stored size: 323 Bytes

Contents

module FactoryGirl
  class Attribute
    # @api private
    class Sequence < Attribute
      def initialize(name, sequence, ignored)
        super(name, ignored)
        @sequence = sequence
      end

      def to_proc
        sequence = @sequence
        -> { FactoryGirl.generate(sequence) }
      end
    end
  end
end

Version data entries

113 entries across 100 versions & 12 rubygems

Version Path
ffactory_girl-4.8.2 lib/factory_girl/attribute/sequence.rb
factory_girl-4.9.0 lib/factory_girl/attribute/sequence.rb
ffactory_girl-4.8.1 lib/factory_girl/attribute/sequence.rb
factory_girl-4.8.1 lib/factory_girl/attribute/sequence.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/factory_girl-4.8.0/lib/factory_girl/attribute/sequence.rb
factory_girl-4.8.0 lib/factory_girl/attribute/sequence.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/factory_girl-4.7.0/lib/factory_girl/attribute/sequence.rb
factory_girl-4.7.0 lib/factory_girl/attribute/sequence.rb
opal-factory_girl-4.5.0.3 factory_girl/lib/factory_girl/attribute/sequence.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/factory_girl-4.5.0/lib/factory_girl/attribute/sequence.rb
classiccms-0.7.5 vendor/bundle/gems/factory_girl-3.3.0/lib/factory_girl/attribute/sequence.rb
classiccms-0.7.4 vendor/bundle/gems/factory_girl-3.3.0/lib/factory_girl/attribute/sequence.rb
classiccms-0.7.3 vendor/bundle/gems/factory_girl-3.3.0/lib/factory_girl/attribute/sequence.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/factory_girl-4.5.0/lib/factory_girl/attribute/sequence.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/factory_girl-4.5.0/lib/factory_girl/attribute/sequence.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/factory_girl-4.5.0/lib/factory_girl/attribute/sequence.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/factory_girl-4.4.0/lib/factory_girl/attribute/sequence.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/factory_girl-4.4.0/lib/factory_girl/attribute/sequence.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/factory_girl-4.4.0/lib/factory_girl/attribute/sequence.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/factory_girl-4.4.0/lib/factory_girl/attribute/sequence.rb