You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -170,7 +170,7 @@ work](https://github.com/rspec/rspec-core/pull/1858) of Josh Cheek.
170
170
Note that the thread safety synchronization does add a bit of overhead,
171
171
as you'd expect. If you're not spinning up any threads in your examples
172
172
and want to avoid that overhead, you can configure RSpec to
173
-
[disable](TODO) the thread safety.
173
+
[disable](http://rspec.info/documentation/3.3/rspec-core/RSpec/Core/Configuration.html#threadsafe-instance_method) the thread safety.
174
174
175
175
### Expectations: New `aggregrate_failures` API
176
176
@@ -286,7 +286,7 @@ RSpec.describe Client, :aggregate_failures do
286
286
end
287
287
~~~
288
288
289
-
If you want to enable this feature everywhere, you can use [`define_derived_metadata`](TODO):
289
+
If you want to enable this feature everywhere, you can use [`define_derived_metadata`](http://rspec.info/documentation/3.3/rspec-core/RSpec/Core/Configuration.html#define_derived_metadata-instance_method):
290
290
291
291
~~~ruby
292
292
RSpec.configure do |c|
@@ -373,8 +373,7 @@ Thanks to John Ceh for implementing the latter improvement!
373
373
374
374
### Mocks: Stubbing `MyClass.new` Verifies Against `MyClass#initialize`
use the metadata that Ruby's reflection capabilities provide to verify,
379
378
among other things, that passed arguments are valid according to the
380
379
original method's signature. However, when a method is defined using
@@ -426,39 +425,39 @@ Thanks to Gabe Martin-Dempesy for this improvement!
426
425
427
426
## Stats
428
427
429
-
### Combined:
428
+
### Combined:
430
429
431
-
***Total Commits**: 752
432
-
***Merged pull requests**: 198
430
+
***Total Commits**: 769
431
+
***Merged pull requests**: 200
433
432
***49 contributors**: Aaron Kromer, Alex Kwiatkowski, Andrey Botalov, Anton Davydov, Ben Axnick, Benjamin Fleischer, Bradley Schaefer, ChrisArcand, David Daniell, Denis Laliberté, Eugene Kenny, Fabian Wiesel, Fabien Schurter, Fabio Napoleoni, Gabe Martin-Dempesy, Gavin Miller, Igor Zubkov, Jared Beck, Jean van der Walt, Joe Grossberg, Johannes Gorset, John Ceh, Jon Rowe, Josh Cheek, Leo Arnold, Lucas Mazza, Mark Swinson, Mauricio Linhares, Melissa Xie, Myron Marston, Nicholas Chmielewski, Nicholas Henry, Orien Madgwick, Pavel Shpak, Raymond Sanchez, Ryan Mulligan, Ryan Ong, Sam Phippen, Samnang Chhun, Samuel Esposito, Siva Gollapalli, Tim Wade, Tony Ta, Vít Ondruch, Yule, charlierudolph, machty, raymond sanchez, takiy33
434
433
435
-
### rspec-core:
434
+
### rspec-core:
436
435
437
-
***Total Commits**: 314
438
-
***Merged pull requests**: 63
436
+
***Total Commits**: 323
437
+
***Merged pull requests**: 65
439
438
***19 contributors**: Alex Kwiatkowski, Ben Axnick, Benjamin Fleischer, Denis Laliberté, Eugene Kenny, Fabien Schurter, Fabio Napoleoni, Jon Rowe, Josh Cheek, Leo Arnold, Mark Swinson, Melissa Xie, Myron Marston, Raymond Sanchez, Ryan Ong, Samuel Esposito, Yule, raymond sanchez, takiy33
440
439
441
-
### rspec-expectations:
440
+
### rspec-expectations:
442
441
443
-
***Total Commits**: 146
442
+
***Total Commits**: 148
444
443
***Merged pull requests**: 40
445
444
***12 contributors**: Andrey Botalov, ChrisArcand, Fabien Schurter, Gavin Miller, Jared Beck, Jon Rowe, Myron Marston, Ryan Mulligan, Tim Wade, charlierudolph, machty, takiy33
446
445
447
-
### rspec-mocks:
446
+
### rspec-mocks:
448
447
449
-
***Total Commits**: 130
448
+
***Total Commits**: 132
450
449
***Merged pull requests**: 39
451
450
***13 contributors**: Bradley Schaefer, Fabien Schurter, John Ceh, Jon Rowe, Mauricio Linhares, Myron Marston, Nicholas Henry, Pavel Shpak, Sam Phippen, Samnang Chhun, Siva Gollapalli, Tim Wade, takiy33
452
451
453
-
### rspec-rails:
452
+
### rspec-rails:
454
453
455
-
***Total Commits**: 81
454
+
***Total Commits**: 83
456
455
***Merged pull requests**: 24
457
456
***15 contributors**: Aaron Kromer, Anton Davydov, David Daniell, Gabe Martin-Dempesy, Igor Zubkov, Jean van der Walt, Joe Grossberg, Johannes Gorset, Jon Rowe, Lucas Mazza, Myron Marston, Orien Madgwick, Tony Ta, Vít Ondruch, takiy33
458
457
459
-
### rspec-support:
458
+
### rspec-support:
460
459
461
-
***Total Commits**: 81
460
+
***Total Commits**: 83
462
461
***Merged pull requests**: 32
463
462
***8 contributors**: Benjamin Fleischer, Fabian Wiesel, Gavin Miller, Jon Rowe, Myron Marston, Nicholas Chmielewski, Siva Gollapalli, takiy33
464
463
@@ -480,4 +479,216 @@ Thanks to Gabe Martin-Dempesy for this improvement!
0 commit comments