We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df3ebb commit 2090d59Copy full SHA for 2090d59
1 file changed
lib/config/options.rb
@@ -126,7 +126,7 @@ def merge!(hash)
126
end
127
128
# Some keywords that don't play nicely with OpenStruct
129
- SETTINGS_RESERVED_NAMES = %w{select collect}
+ SETTINGS_RESERVED_NAMES = %w{select collect test}
130
131
# An alternative mechanism for property access.
132
# This let's you do foo['bar'] along with foo.bar.
0 commit comments