Skip to content

Commit

Permalink
Remove last 'redo' filter as redo is now compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 29, 2013
1 parent bdb55b2 commit 8a4b19a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/filters/bugs/language.rb
Expand Up @@ -217,8 +217,6 @@
fails "A Proc taking || arguments raises an ArgumentError if a value is passed"
fails "A Proc taking zero arguments raises an ArgumentErro if a value is passed"

fails "The redo statement re-executes the closest loop"

fails "The rescue keyword parses 'a += b rescue c' as 'a += (b rescue c)'"
fails "The rescue keyword will not rescue errors raised in an else block in the rescue block above it"
fails "The rescue keyword will not execute an else block if an exception was raised"
Expand Down

0 comments on commit 8a4b19a

Please sign in to comment.