1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 16:48:01 +00:00

Add Check Specific Arguments To Received Method as an RSpec til

This commit is contained in:
jbranchaud
2021-10-01 13:11:52 -05:00
parent 2607d4e347
commit 9280e1fd38
2 changed files with 46 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
_1156 TILs and counting..._
_1157 TILs and counting..._
---
@@ -47,6 +47,7 @@ _1156 TILs and counting..._
* [React Native](#react-native)
* [React Testing Library](#react-testing-library)
* [ReasonML](#reasonml)
* [RSpec](#rspec)
* [Ruby](#ruby)
* [sed](#sed)
* [Shell](#shell)
@@ -870,6 +871,10 @@ _1156 TILs and counting..._
- [Using Optional Labeled Function Arguments](reason/using-optional-labeled-function-arguments.md)
- [Wrapping A Component For Use In JavaScript](reason/wrapping-a-component-for-use-in-javascript.md)
### RSpec
- [Check Specific Arguments To Received Method](rspec/check-specific-arguments-to-received-method.md)
### Ruby
- [A Basic Case Statement](ruby/a-basic-case-statement.md)