Commit 9ae9f75
committed
Workaround for error in rspec-parameterized-table_syntax
```
This version of binding_of_caller doesn't support this version of Ruby
An error occurred while loading ./spec/lib/chatwork/converter_spec.rb.
Failure/Error: false | 0
NoMethodError:
undefined method 'of_caller' for an instance of Binding
```1 parent e421e06 commit 9ae9f75
3 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments