Commit 03f2b1d
committed
Workaround for error in rspec-parameterized-table_syntax
```
An error occurred while loading ./spec/ruby_h_to_go/function_definition_spec.rb.
Failure/Error: "RB_FIX2INT" | "RB_FIX2INT"
NoMethodError:
undefined method 'of_caller' for an instance of Binding
# /home/runner/work/go-gem-wrapper/go-gem-wrapper/vendor/bundle/ruby/4.0.0+0/gems/rspec-parameterized-table_syntax-2.0.1/lib/rspec/parameterized/table_syntax/table_syntax_implement.rb:6:in '|'
# ./spec/ruby_h_to_go/function_definition_spec.rb:542:in 'block (3 levels) in <top (required)>'
# /home/runner/work/go-gem-wrapper/go-gem-wrapper/vendor/bundle/ruby/4.0.0+0/gems/rspec-parameterized-core-2.0.1/lib/rspec/parameterized/core.rb:105:in 'BasicObject#instance_eval'
# /home/runner/work/go-gem-wrapper/go-gem-wrapper/vendor/bundle/ruby/4.0.0+0/gems/rspec-parameterized-core-2.0.1/lib/rspec/parameterized/core.rb:105:in 'RSpec::Parameterized::Core::ExampleGroupMethods#define_cases'
# /home/runner/work/go-gem-wrapper/go-gem-wrapper/vendor/bundle/ruby/4.0.0+0/gems/rspec-parameterized-core-2.0.1/lib/rspec/parameterized/core.rb:84:in 'RSpec::Parameterized::Core::ExampleGroupMethods#with_them'
# ./spec/ruby_h_to_go/function_definition_spec.rb:546:in 'block (2 levels) in <top (required)>'
# ./spec/ruby_h_to_go/function_definition_spec.rb:527:in 'block in <top (required)>'
# ./spec/ruby_h_to_go/function_definition_spec.rb:3:in '<top (required)>'
```1 parent 37407b3 commit 03f2b1d
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 | | |
2 | 10 | | |
3 | 11 | | |
| |||
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
26 | | - | |
27 | | - | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
179 | 185 | | |
180 | 186 | | |
181 | 187 | | |
| 188 | + | |
182 | 189 | | |
183 | 190 | | |
184 | 191 | | |
| |||
202 | 209 | | |
203 | 210 | | |
204 | 211 | | |
205 | | - | |
| 212 | + | |
206 | 213 | | |
207 | 214 | | |
208 | 215 | | |
| |||
0 commit comments