Changelog for
ruby2.7-rubygem-factory_girl-4.9.0-150300.31.7.x86_64.rpm :
* Thu Oct 26 2017 cooloAATTsuse.com- updated to version 4.9.0 see installed NEWS 4.9.0 (October 23, 2017) Deprecate factory_girl in favor of factory_bot
* Wed Oct 11 2017 cooloAATTsuse.com- updated to version 4.8.1 see installed NEWS 4.8.1 (September 28, 2017) Explicitly define `#destroyed?` within the `Stub` strategy to return `nil` instead of raising Update various dependencies Update internal test suite to use RSpec\'s mocking/stubbing instead of mocha
* Sat Dec 17 2016 cooloAATTsuse.com- updated to version 4.8.0 see installed NEWS 4.8.0 (December 16, 2016) Improve documentation Add `FactoryGirl.generate_list` to be consistent with `build_list`/`create_list` and friends Add `FactoryGirl.use_parent_strategy` configuration to allow associations to leverage parent build strategy
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 4.7.0 see installed NEWS 4.7.0 (April 1, 2016) Improve documentation Improve instrumentation payload to include traits, overrides, and the factory itself Allow linting of traits Deprecate factory lookup by class name in preparation for 5.0 Improve internal performance by using flat_map instead of map and compact Improve handling of dirty attributes after building a stubbed object Reduce warnings from redefining methods 4.6.0 (skipped)
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 4.5.0
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Sat Feb 22 2014 cooloAATTsuse.com- updated to version 4.4.0 Add FactoryGirl.lint Fix memory leak in duplicate traits Update documentation
* Fri Nov 22 2013 cooloAATTsuse.com- updated to version 4.3.0 Start testing against Rails 4.0 and Ruby 2.0.0 Stop testing against Rails 3.0 and Ruby 1.9.2 Add
*_pair methods to only build two objects Raise if a method is defined with a FactoryGirl block (factory or trait) Allow use of Symbol#to_proc in callbacks Add global callbacks Improve GETTING_STARTED and README
* Sun Jun 09 2013 cooloAATTsuse.com- updated to version 4.2.0, no changlog provided
* Thu Sep 13 2012 cooloAATTsuse.com- updated to version 4.1.0 Allow multiple callbacks to bind to the same block Fix documentation surrounding the stub strategy