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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Use your `seeds.rb` as fixtures when running tests.
7
7
8
8
Read the back story of this gem: https://ghiculescu.substack.com/p/using-realistic-development-and-test
9
9
10
-
Currently only Rails 7 is supported. PRs to support older Rails versions are welcome!
10
+
Currently only Rails 7 and up is supported. PRs to support older Rails versions are welcome!
11
11
12
12
## Quick start
13
13
@@ -67,7 +67,7 @@ end
67
67
68
68
## I thought seeds are for development, not testing!?
69
69
70
-
Not everyone agrees this is a good idea. And for many apps, it's not! But for some apps it is a very neat way of writing a robust test suite. If your app is one of those, give this a try.
70
+
Not everyone agrees this gem is a good idea. And for many apps, it's not! But for some apps it is a very neat way of writing a robust test suite. If your app is one of those, give this a try.
71
71
72
72
There's more back story on the gem here: https://ghiculescu.substack.com/p/using-realistic-development-and-test
0 commit comments