Skip to content

Commit

Permalink
Fix failing smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 26, 2023
1 parent ba95985 commit b78cb00
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/mapping/arguments/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["arguments.rb"] } }
1 change: 1 addition & 0 deletions tests/mapping/attr_accessors/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["attr_accessors.rb"] } }
1 change: 1 addition & 0 deletions tests/mapping/class/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["class.rb"] } }
1 change: 1 addition & 0 deletions tests/mapping/class_variables/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["class_variables.rb"] } }
1 change: 1 addition & 0 deletions tests/mapping/local_variables/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["local_variables.rb"] } }
1 change: 1 addition & 0 deletions tests/mapping/method/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["method.rb"] } }
1 change: 1 addition & 0 deletions tests/mapping/module/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["module.rb"] } }
1 change: 1 addition & 0 deletions tests/naming_normalisation/args/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["args.rb"] } }
1 change: 1 addition & 0 deletions tests/naming_normalisation/class_name/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["class_name.rb"] } }
1 change: 1 addition & 0 deletions tests/naming_normalisation/complex/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["complex.rb"] } }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["complex_method.rb"] } }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["global_variable.rb"] } }
1 change: 1 addition & 0 deletions tests/naming_normalisation/if/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["if.rb"] } }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["instance_variable.rb"] } }
1 change: 1 addition & 0 deletions tests/naming_normalisation/method_call/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["method_call.rb"] } }
1 change: 1 addition & 0 deletions tests/naming_normalisation/method_name/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["method_name.rb"] } }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["non_defined_method_call.rb"] } }
1 change: 1 addition & 0 deletions tests/naming_normalisation/return/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["return.rb"] } }
1 change: 1 addition & 0 deletions tests/naming_normalisation/variable_name/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "files": { "solution": ["variable_name.rb"] } }

0 comments on commit b78cb00

Please sign in to comment.