Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Trim the quote formatting a bit
  • Loading branch information
kaspth authored Aug 20, 2024
1 parent a3bb45f commit a5f2a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
Oaken is a new take on development and test data management for your Rails app. It blends the stability and storytelling from Fixtures with the dynamicness of FactoryBot/Fabricator.

> But seriously; Oaken is one of the single greatest tools I've added to my belt in the past year
>
> It's made cross-environment shared data, data prepping for demos, edge-case tests, and overall development much more reliable & shareable across a team
> - [@tcannonfodder](https://github.com/tcannonfodder)
> [@tcannonfodder](https://github.com/tcannonfodder)
Fixtures are stable & help you build a story of how your app and its object graph exists along with edge cases, but the UX is unfortunately a nightmare.
To trace N associations, you have to open and read N different files — there's no way to group by scenario.
Expand Down

0 comments on commit a5f2a03

Please sign in to comment.