There was an error while loading. Please reload this page.
1 parent 1754624 commit bcfb181Copy full SHA for bcfb181
lib/mspec/utils/name_map.rb
@@ -57,14 +57,10 @@ class NameMap
57
EXCLUDED = %w[
58
MSpecScript
59
MkSpec
60
- FileUtils
61
MSpecOption
62
MSpecOptions
63
NameMap
64
- OptionParser
65
- RbConfig
66
SpecVersion
67
- YAML
68
]
69
70
def initialize(filter=false)
spec/utils/name_map_spec.rb
@@ -72,7 +72,6 @@ def n; end
72
73
74
75
76
77
78
excluded.each do |const|
0 commit comments