Skip to content

Commit 1883091

Browse files
committed
Add CHANGELOG entry for 0.4.0
1 parent fad4e42 commit 1883091

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
### Added
6+
7+
- **FactoryBot-compatible syntax methods.** `build`, `create`, `build_stubbed`, `attributes_for`, and list/pair variants are now available in your tests. Pass a table name and fixture name: `build(:user, :brad)`, `create(:user, :brad, name: "X")`. These delegate to Rails fixture accessors under the hood.
8+
- **SimpleCov** added for test coverage reporting.
9+
310
## 0.3.0
411

512
### Added

0 commit comments

Comments
 (0)