summaryrefslogtreecommitdiff
path: root/spec/prism.mspec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/prism.mspec')
-rw-r--r--spec/prism.mspec3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/prism.mspec b/spec/prism.mspec
index 16508bd547..190ee6fb36 100644
--- a/spec/prism.mspec
+++ b/spec/prism.mspec
@@ -5,9 +5,6 @@
MSpec.register(:exclude, "Warning.[] returns default values for categories :deprecated and :experimental")
## Language
-MSpec.register(:exclude, "Hash literal expands an '**{}' or '**obj' element with the last key/value pair taking precedence")
-MSpec.register(:exclude, "Hash literal expands an '**{}' and warns when finding an additional duplicate key afterwards")
-MSpec.register(:exclude, "Hash literal merges multiple nested '**obj' in Hash literals")
MSpec.register(:exclude, "Hash literal raises a SyntaxError at parse time when Symbol key with invalid bytes")
MSpec.register(:exclude, "Hash literal raises a SyntaxError at parse time when Symbol key with invalid bytes and 'key: value' syntax used")
MSpec.register(:exclude, "Regexps with encoding modifiers supports /e (EUC encoding) with interpolation")