-
-
Notifications
You must be signed in to change notification settings - Fork 753
Conversation
README space is limited so why waste it mentioning a feature we no longer support?
While it’s not normally needed (it has no code!), some RSpec extensions depend directly on `rspec` and in such situations you’ll need it to have the newer version as well.
It’s important that you see the expectation fail (it’s how you “test the test”, so to speak, and you can confirm it gives you a good failure message), so let’s not skip that step.
After reading http://therealadam.com/2015/03/01/its-not-your-fault-if-your-tools-confuse-you/, I realized we do a poor job documenting the way the scopes work so this will hopefully help.
[ci skip]
The prose on scoping is great. The scoping example code was initially surprising to me due to calling a method on |
Thanks. I adapted the example from a prior response I had sent someone who had specifically asked if you can use |
I also added a bit about how the examples would get run. |
Yep the code is exactly what I'd expect now.
|
integration, please use the `rspec-autotest` gem and see [rspec/rspec-autotest](https://github.com/rspec/rspec-autotest) | ||
for details | ||
|
||
## get started |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops ;)
This LGTM :) nice improvement, although I couldn't read the blog post that inspired it (blank page) |
README improvements
My main goal here was to add a section on scope. After reading http://therealadam.com/2015/03/01/its-not-your-fault-if-your-tools-confuse-you/ I realized we don't document scope very well. While reading through what we had in the README I noticed a number of things that could be improved so I went ahead and addressed those.