Skip to content

Commit e147657

Browse files
committed
Add tags for new failing specs
1 parent cc7017f commit e147657

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
fails:Module#ruby2_keywords marks the final hash argument as keyword hash
2+
fails:Module#ruby2_keywords fixes delegation warnings when calling a method accepting keywords
3+
fails:Module#ruby2_keywords raises NameError when passed not existing method name
4+
fails:Module#ruby2_keywords acceps String as well
5+
fails:Module#ruby2_keywords raises TypeError when passed not Symbol or String
6+
fails:Module#ruby2_keywords prints warning when a method does not accept argument splat
7+
fails:Module#ruby2_keywords prints warning when a method accepts keywords
8+
fails:Module#ruby2_keywords prints warning when a method accepts keyword splat
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
fails:Proc#ruby2_keywords marks the final hash argument as keyword hash
2+
fails:Proc#ruby2_keywords fixes delegation warnings when calling a method accepting keywords
3+
fails:Proc#ruby2_keywords fixes delegation warnings when calling a proc accepting keywords
4+
fails:Proc#ruby2_keywords prints warning when a proc does not accept argument splat
5+
fails:Proc#ruby2_keywords prints warning when a proc accepts keywords
6+
fails:Proc#ruby2_keywords prints warning when a proc accepts keyword splat
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:Matrix#** given an integer _n_ that is 0 returns the identity for square matrices

0 commit comments

Comments
 (0)