Skip to content

Commit bb77060

Browse files
committed
Exclude constants for Module#const_source_location specs
1 parent 0423299 commit bb77060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/ruby/default.mspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ class MSpecScript
4545
set :toplevel_constants_excludes, [
4646
/\wSpecs?$/,
4747
/^CS_CONST/,
48+
/^CSL_CONST/,
4849
]
4950
end

0 commit comments

Comments
 (0)