Skip to content

Commit 1bbd078

Browse files
authored
Update README.md
1 parent 025e577 commit 1bbd078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use your `seeds.rb` as fixtures when running tests.
77

88
Read the back story of this gem: https://ghiculescu.substack.com/p/using-realistic-development-and-test
99

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!
1111

1212
## Quick start
1313

@@ -67,7 +67,7 @@ end
6767

6868
## I thought seeds are for development, not testing!?
6969

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.
7171

7272
There's more back story on the gem here: https://ghiculescu.substack.com/p/using-realistic-development-and-test
7373

0 commit comments

Comments
 (0)