You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Oaken
2
2
3
-
Oaken is a new take on development and test data management that blends the stability and storytelling from Fixtures with the dynamicness of FactoryBot/Fabricator.
3
+
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.
4
4
5
5
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.
6
6
To trace N associations, you have to open and read N different files — there's no way to group by scenario.
0 commit comments