Skip to content

Commit 8a4b19a

Browse files
committedOct 29, 2013
Remove last 'redo' filter as redo is now compliant
1 parent bdb55b2 commit 8a4b19a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎spec/filters/bugs/language.rb

-2
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@
217217
fails "A Proc taking || arguments raises an ArgumentError if a value is passed"
218218
fails "A Proc taking zero arguments raises an ArgumentErro if a value is passed"
219219

220-
fails "The redo statement re-executes the closest loop"
221-
222220
fails "The rescue keyword parses 'a += b rescue c' as 'a += (b rescue c)'"
223221
fails "The rescue keyword will not rescue errors raised in an else block in the rescue block above it"
224222
fails "The rescue keyword will not execute an else block if an exception was raised"

0 commit comments

Comments
 (0)
Please sign in to comment.