summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-04-26 14:22:34 -0400
committerKevin Newton <kddnewton@gmail.com>2024-04-26 15:16:58 -0400
commit46480e3042fed08a6b4f2ff96b5acc1539b812b1 (patch)
treef0f21db51740e3922d0f94ae9e37880e3ddde518 /spec
parent96880931244513b35846db9f0b811a5db473f989 (diff)
[PRISM] Use redundant return flag
Diffstat (limited to 'spec')
-rw-r--r--spec/prism.mspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/prism.mspec b/spec/prism.mspec
index a4a5a343ee..c13b58b1cd 100644
--- a/spec/prism.mspec
+++ b/spec/prism.mspec
@@ -19,8 +19,6 @@ MSpec.register(:exclude, "Regexps with encoding modifiers preserves UTF-8 as /u
MSpec.register(:exclude, "A Symbol literal raises an SyntaxError at parse time when Symbol with invalid bytes")
## Core
-MSpec.register(:exclude, "TracePoint#inspect returns a String showing the event, method, path and line for a :return event")
-MSpec.register(:exclude, "TracePoint.new includes multiple events when multiple event names are passed as params")
MSpec.register(:exclude, "TracePoint#path equals \"(eval at __FILE__:__LINE__)\" inside an eval for :end event")
## Library