Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b34e5d4

Browse files
committed
Speed up ractor tests
1 parent 02ec2ad commit b34e5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ractor_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_formatting
3333
private
3434

3535
def filepaths
36-
Dir.glob(File.expand_path("../lib/syntax_tree/{node,parser}.rb", __dir__))
36+
Dir.glob(File.expand_path("../lib/syntax_tree/plugin/*.rb", __dir__))
3737
end
3838

3939
# Ractors still warn about usage, so I'm disabling that warning here just to

0 commit comments

Comments
 (0)