Skip to content

Commit d57a7d0

Browse files
committedNov 18, 2020
Exclude constants for Module#const_source_location specs
1 parent b0b7f53 commit d57a7d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎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)
Please sign in to comment.