Metadata


Name
factory_bot
Version
6.2.1
Platform
ruby
Authors
Josh Clayton
Joe Ferris
Bindir
bin
Date
2022-03-18 00:00:00 UTC
Dependencies
activesupport (>= 5.0.0)
activerecord (>= 0, development)
appraisal (>= 0, development)
aruba (>= 0, development)
cucumber (>= 0, development)
rake (>= 0, development)
rspec (>= 0, development)
rspec-its (>= 0, development)
standard (>= 0, development)
simplecov (>= 0, development)
yard (>= 0, development)
Description
factory_bot provides a framework and DSL for defining and using factories - less error-prone, more explicit, and all-around easier to work with than fixtures.
Email
jclayton@thoughtbot.com
jferris@thoughtbot.com
Files
.yardopts
CONTRIBUTING.md
GETTING_STARTED.md
LICENSE
NAME.md
NEWS.md
README.md
lib/factory_bot.rb
lib/factory_bot/aliases.rb
lib/factory_bot/attribute.rb
lib/factory_bot/attribute/association.rb
lib/factory_bot/attribute/dynamic.rb
lib/factory_bot/attribute/sequence.rb
lib/factory_bot/attribute_assigner.rb
lib/factory_bot/attribute_list.rb
lib/factory_bot/callback.rb
lib/factory_bot/callbacks_observer.rb
lib/factory_bot/configuration.rb
lib/factory_bot/declaration.rb
lib/factory_bot/declaration/association.rb
lib/factory_bot/declaration/dynamic.rb
lib/factory_bot/declaration/implicit.rb
lib/factory_bot/declaration_list.rb
lib/factory_bot/decorator.rb
lib/factory_bot/decorator/attribute_hash.rb
lib/factory_bot/decorator/disallows_duplicates_registry.rb
lib/factory_bot/decorator/invocation_tracker.rb
lib/factory_bot/decorator/new_constructor.rb
lib/factory_bot/definition.rb
lib/factory_bot/definition_hierarchy.rb
lib/factory_bot/definition_proxy.rb
lib/factory_bot/enum.rb
lib/factory_bot/errors.rb
lib/factory_bot/evaluation.rb
lib/factory_bot/evaluator.rb
lib/factory_bot/evaluator_class_definer.rb
lib/factory_bot/factory.rb
lib/factory_bot/factory_runner.rb
lib/factory_bot/find_definitions.rb
lib/factory_bot/internal.rb
lib/factory_bot/linter.rb
lib/factory_bot/null_factory.rb
lib/factory_bot/null_object.rb
lib/factory_bot/registry.rb
lib/factory_bot/reload.rb
lib/factory_bot/sequence.rb
lib/factory_bot/strategy/attributes_for.rb
lib/factory_bot/strategy/build.rb
lib/factory_bot/strategy/create.rb
lib/factory_bot/strategy/null.rb
lib/factory_bot/strategy/stub.rb
lib/factory_bot/strategy_calculator.rb
lib/factory_bot/strategy_syntax_method_registrar.rb
lib/factory_bot/syntax.rb
lib/factory_bot/syntax/default.rb
lib/factory_bot/syntax/methods.rb
lib/factory_bot/syntax_runner.rb
lib/factory_bot/trait.rb
lib/factory_bot/version.rb
Homepage
https://github.com/thoughtbot/factory_bot
Licenses
MIT
Require paths
lib
Required ruby version
>= 2.5.0
Required rubygems version
>= 0
Rubygems version
3.1.6
Specification version
4
Summary
factory_bot provides a framework and DSL for defining and using model instance factories.
Original platform
ruby
New platform
ruby