We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a736988 commit 76220cfCopy full SHA for 76220cf
README.md
@@ -4,8 +4,9 @@
4
as a drop-in alternative to its default testing framework, Minitest.
5
6
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._
+They’re also specifications (or _specs,_ for short):
+detailed explanations of how the application is supposed to behave,
9
+expressed in plain English.
10
11
Use **[`rspec-rails` 1.x][]** for Rails 2.x.
12
0 commit comments