mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Updated the Changelog
This commit is contained in:
parent
af928c3c30
commit
408d9b02bf
1 changed files with 10 additions and 0 deletions
10
Changelog
10
Changelog
|
@ -1,3 +1,13 @@
|
|||
1.1.4 (November 28, 2008)
|
||||
Factory.build now uses Factory.create for associations of the built object
|
||||
Factory definitions are now detected in subdirectories, such as
|
||||
factories/person_factory.rb (thanks to Josh Nichols)
|
||||
Factory definitions are now loaded after the environment in a Rails project
|
||||
(fixes some issues with dependencies being loaded too early) (thanks to
|
||||
Josh Nichols)
|
||||
Factory names ending in 's' no longer cause problems (thanks to Alex Sharp
|
||||
and Josh Owens)
|
||||
|
||||
1.1.3 (September 12, 2008)
|
||||
Automatically pull in definitions from factories.rb, test/factories.rb, or
|
||||
spec/factories.rb
|
||||
|
|
Loading…
Reference in a new issue