Skip to content

Commit 76220cf

Browse files
committed
Rephrase introduction per @mikegee's review
1 parent a736988 commit 76220cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
as a drop-in alternative to its default testing framework, Minitest.
55

66
In RSpec, tests are not just scripts that verify your application code.
7-
They’re also detailed explanations of how the application is supposed to behave,
8-
expressed in plain English, or in other words, _specs._
7+
They’re also specifications (or _specs,_ for short):
8+
detailed explanations of how the application is supposed to behave,
9+
expressed in plain English.
910

1011
Use **[`rspec-rails` 1.x][]** for Rails 2.x.
1112

0 commit comments

Comments
 (0)