README.md in rspec-its-1.0.0 vs README.md in rspec-its-1.0.1
- old
+ new
@@ -16,10 +16,10 @@
$ gem install rspec-its
## Usage
-Use the `its` method to generate a nested example group with
+Use the `its` method to generate a nested example group with
a single example that specifies the expected value of an attribute of the
subject using `should`, `should_not` or `is_expected`.
`its` accepts a symbol or a string, and a block representing the example.