-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: sketch out blog post for 3.3 release. #70
Conversation
These two are notable:
|
Thanks. Are you up for writing up a short blurb explaining those? |
I think the any_instance changes to the verifying double hooks are in 3.3, even if they're not quite working with rspec-rails as we'd expect just yet? |
Doesn't seem worth highlighting, IMO, for a couple reasons:
|
Fair enough, it might be worth noting that it causes the callback to be called before partial doubles now, which might be useful outside |
f808751
to
afa1e1d
Compare
I've written about 2/3 of the blog post. More to come, but if anyone wants to review it, have at it. I'm hoping to release today or tomorrow. |
author: Myron Marston | ||
--- | ||
|
||
RSpec 3.2 has just been released! Given our commitment to |
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.
s/3.2/3.3
Looking good so far! |
bc2bb27
to
1926f5b
Compare
OK, I updated the rest of the notable changes. @cupakromer, can you confirm what I wrote sounds good? I based the statement that we've supported patch since 2.14 on rspec/rspec-rails@ 0039c84698a7a45995e6eff7ff5b5cce000b86da. For |
Wow, folks, these are some really impressive improvements. Congrats to all involved! I realize I might be too late to the party, but a couple of suggestions having read the post in its current state: I think it would help to mention (even if it might seem obvious) the fact that you can set This is almost assuredly too late, but I think it would be easier to read the time format if it had no spaces in it e.g. Lastly, and I realize this is a bit of work (though it could probably be automated), I'd turn the names of all the contributors to links to their github profiles. |
1926f5b
to
cad8a7e
Compare
T
rather than a space between date and time
rspec/rspec-support#213
Thanks for the feedback!
Good point. The snippet I posted actually didn't allow that to work, so I tweaked it a little and mentioned you can do that.
Too late to get in 3.3, but not too late overall. Can be a future improvement. Conversation moved to rspec/rspec-support#213.
Probably. I get my subsecond units confused past milliseconds, to be honest. The point I was trying to make was that the times differ at a subsecond level, not to try to name a particular unit. I updated the text -- does it read better to you now?
|
millis: 3 digits |
|
rspec-rails stuff looks good to me 👍 |
WIP: sketch out blog post for 3.3 release.
This is the start of the blog post announcing the 3.3 release.
@cupakromer -- I haven't followed rspec-rails dev close enough to know what's notable there. Any suggestions for what, if anything, we should highlight about rspec-rails 3.3?
@rspec/rspec -- thoughts on the items I highlighted in the "Notable Changes" section? Is there anything important I missed?