README.md in rspec_in_context-1.1.0.1 vs README.md in rspec_in_context-1.1.0.2
- old
+ new
@@ -220,11 +220,12 @@
```
#### Making `in_context` adverstise itself
The fact that a `in_context` block is used inside the test is silent and invisible by default.
+`in_context` will still wrap its own execution inside a anonymous context.
-But, there's some case where it helps to make the `in_context` to wrap its execution in a `context` block.
+But, there's some case where it helps to make the `in_context` to wrap its execution in a named `context` block.
For example:
```ruby
define_context "with my_var defined" do
before do
described_class.set_my_var(true)