ex_unit_fixtures v0.3.1 Release Notes
Release Date: 2016-02-01 // about 9 years ago-
- ๐ Hid some documentation on the internals of the library from the public API docs.
- โ Module scoped dependencies can no longer depend on test scoped dependencies.
- ๐ Fixed an issue where fixtures were marked as "function" scoped by default, rather than the "test" scoped expected in most places and stated in the docs.
- ๐ Fixed an issue where module scoped fixtures would be created on module start, but then also created whenever a test depended on them.