Skip to content

Commit

Permalink
Run subfolders of test/natalie/ too
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw committed Oct 2, 2023
1 parent 23e653b commit 7b6440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/natalie_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
parallelize_me!

Dir.chdir File.expand_path('../..', __dir__)
Dir['test/natalie/*_test.rb'].each do |path|
Dir['test/natalie/**/*_test.rb'].each do |path|
code = File.read(path, encoding: 'utf-8')
describe path do
if code =~ /# skip-ruby/
Expand Down

0 comments on commit 7b6440c

Please sign in to comment.