Skip to content

Commit bcfb181

Browse files
committed
Don't exclude constants from the stdlib in NameMap
1 parent 1754624 commit bcfb181

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/mspec/utils/name_map.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,10 @@ class NameMap
5757
EXCLUDED = %w[
5858
MSpecScript
5959
MkSpec
60-
FileUtils
6160
MSpecOption
6261
MSpecOptions
6362
NameMap
64-
OptionParser
65-
RbConfig
6663
SpecVersion
67-
YAML
6864
]
6965

7066
def initialize(filter=false)

spec/utils/name_map_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def n; end
7272
MSpecScript
7373
MkSpec
7474
NameMap
75-
OptionParser
7675
]
7776

7877
excluded.each do |const|

0 commit comments

Comments
 (0)