Skip to content

Commit 2090d59

Browse files
committed
Added new reserved name, closes #157
1 parent 3df3ebb commit 2090d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/config/options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def merge!(hash)
126126
end
127127

128128
# Some keywords that don't play nicely with OpenStruct
129-
SETTINGS_RESERVED_NAMES = %w{select collect}
129+
SETTINGS_RESERVED_NAMES = %w{select collect test}
130130

131131
# An alternative mechanism for property access.
132132
# This let's you do foo['bar'] along with foo.bar.

0 commit comments

Comments
 (0)