Skip to content

Commit f5a6152

Browse files
committed
WIP 20250517-1200
1 parent 453fd76 commit f5a6152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This behavior exists because:
5959

6060
- `populate`: Forces generation of random values for specified attributes/arguments, overriding the default behavior
6161
- `omit`: Prevents generation of random values for specified attributes/arguments, overriding the default behavior
62-
- `include_defaults?`: When set to `true`, includes default values for attributes/arguments that have either `allow_nil?: true` or a non-nil default value. Defaults to `true`.
62+
- `include_defaults?`: When set to `true`, includes default values for attributes/arguments that have either `allow_nil?: true` or a non-nil default value. Defaults to `true`. In the example above, this would add `%{content: nil, tag: "JS"}` to the generated params.
6363

6464
### Custom Random Generator
6565

0 commit comments

Comments
 (0)